FTP Notes
C:\TEMP>ftp
ftp> open polaris.umuc.edu
Connected to polaris.umuc.edu.
220 polaris.umuc.edu FTP server (Version wu-2.6.1(11) Tue Oct 17 12:27:19 EDT 2000) ready.
User (polaris.umuc.edu:(none)): melms
331 Password required for melms.
Password:
230 User melms logged in.
ftp> cd www
250 CWD command successful.
ftp> mput ftp.html
mput ftp.html? y
200 PORT command successful.
150 Opening ASCII mode data connection for ftp.html.
226 Transfer complete.
775 bytes sent in 0.00 seconds (775000.00 Kbytes/sec)
ftp> bye
221-You have transferred 755 bytes in 1 files.
221-Total traffic for this session was 1158 bytes in 1 transfers.
221-Thank you for using the FTP service on polaris.umuc.edu.
221 Goodbye.
C:\TEMP>