Please can you post the full output of the ftp session (well, cut out any large MOTD output when you connect). Please post this in [code] tags to ease readability and preserve formatting. Also, please is the
ls command on the file before getting the file.
The sort of output I'm looking for is this:
Code:
ftp> o ftp.funet.fi
Connected to ftp.funet.fi.
[boring stuff removed]
Name (ftp.funet.fi): anonymous
[boring stuff removed]
Password:
[boring stuff removed]
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls fav*
200 PORT command successful
150 Connecting to port 55611
-rwxr-xr-x 1 0 0 1078 Apr 7 2006 favicon.ico
226-Options: -l
226 1 matches total
ftp> get favicon.ico
local: favicon.ico remote: favicon.ico
200 PORT command successful
150 Connecting to port 37345
226-File successfully transferred
226 0.000 seconds (measured here), 2.71 Mbytes per second
1078 bytes received in 0.00 secs (323.5 kB/s)
ftp> quit
221-Goodbye. You uploaded 0 and downloaded 2 kbytes.
221 Logout.