aqua:~/work/test$ ftp cosmo2 Connected to cosmo2. 220-Welcome, archive user [unknown]@aqua2 ! 220- 220-The local time is: Sun Jul 23 09:41:31 2000 220- 220-This is an experimental FTP server. If have any unusual problems, 220-please report them via e-mail to . 220- 220-If you do have problems, please try using a dash (-) as the first 220-character of your password -- this will turn off the continuation 220-messages that may be confusing your ftp client. 220- 220 cosmo FTP server (Version wu-2.4.2-academ[BETA-16](1) Fri Jun 23 01:07:04 CD T 2000) ready. Name (cosmo2:gavan): gavan 331 Password required for gavan. Password: 230 User gavan logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> bin 200 Type set to I. ftp> put test.raw local: test.raw remote: test.raw 200 PORT command successful. 150 Opening BINARY mode data connection for test.raw. 226 Transfer complete. 49152 bytes sent in 316.52 secs (0.2 kB/s) ftp> get test.raw test2.raw local: test2.raw remote: test.raw 200 PORT command successful. 150 Opening BINARY mode data connection for test.raw (49152 bytes). 226 Transfer complete. 49152 bytes received in 663.58 secs (0.1 kB/s) ftp> quit 221 Goodbye. aqua:~/work/test$ cmp test.raw test2.raw aqua:~/work/test$