works even over localhost
[woj...@wojtek /tmp]$ cp /bin/sh .
[woj...@wojtek /tmp]$ ftp localhost
Trying ::1...
Connected to localhost.
220 wojtek.tensor.gdynia.pl FTP server (Version 6.00LS) ready.
Name (localhost:wojtek):
331 Password required for wojtek.
Password:
230 User wojtek logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> get sh sh2
local: sh2 remote: sh
229 Entering Extended Passive Mode (|||59220|)
550 sh: No such file or directory.
ftp> cd /tmp
250 CWD command successful.
ftp> get sh sh2
local: sh2 remote: sh
229 Entering Extended Passive Mode (|||63477|)
150 Opening BINARY mode data connection for 'sh' (114688 bytes).
100% |***********************************************************| 112
KB 56.87 MB/s 00:00 ETA
226 Transfer complete.
114688 bytes received in 00:00 (51.91 MB/s)
ftp> ^D
221 Goodbye.
[woj...@wojtek /tmp]$ cmp sh sh2
sh sh2 differ: char 1, line 1
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"