[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ftp mget hangs
Hello,
Has anyone else had problems with the "mget" option under ftp?
I have reproduced this problem with 0.2a and 0.2c.
ftp> debug
Debugging on (debug=1).
ftp> mget *
ftp: setsockopt SO_DEBUG (ignored): Permission denied
---> EPRT |1|130.194.64.253|1036|
---> NLST *
<hangs>
This is on Debian Linux (slink).
strace shows:
read(6, "", 4) = 0
read(6, "", 4) = 0
read(6, "", 4) = 0
read(6, "", 4) = 0
read(6, "", 4) = 0
read(6, "", 4) = 0
read(6, "", 4) = 0
<constantly looping>
--
Brian May <bmay@csse.monash.edu.au>