From a site I know is not restricted:
Code: Select all
ftp> passive
Passive mode on.
ftp> bin
hash200 Type set to I
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> get csircd-1.14.tar.gz
local: csircd-1.14.tar.gz remote: csircd-1.14.tar.gz
ftp: connect: Operation timed out
After switching to active mode:
Code: Select all
ftp> passive
Passive mode off.
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> bin
200 Type set to I
ftp> get csircd-1.14.tar.gz
local: csircd-1.14.tar.gz remote: csircd-1.14.tar.gz
200 PORT command successful
150 Opening BINARY mode data connection for csircd-1.14.tar.gz (181845 bytes)
100% |**************************************************| 177 KB 00:00 ETA
226 Transfer complete.
181845 bytes received in 1.43 seconds (123.89 KB/s)