|
FTP hangs on Fedora 17. Same scripts works on AIX/Solaris/HP-UX and Redhat.
ftp -n $ftpsrv
Connected to xyz(10.6.10.54).
220 Microsoft FTP Service
(... login stuff ...)
ascii
verbose
passive
prompt
ftp> ascii
200 Type set to A.
ftp> verbose
Verbose mode off.
ftp> passive
Passive mode off.
ftp> prompt
Interactive mode off.
(... setup directory locations ...)
ftp> mget *.?
...
and it fetches a random number of files before it hangs. The same script works on all of our other unix platforms (AIX/Solaris/HP-UX/Redhat).
Anybody encountered this or have any ideas?
|