C:\>cd temp C:\TEMP>dir Directory of C:\ (list of files) (Date) (Time) (Size) (filename) C:\TEMP>ftp www.mtholyoke.edu Connected to www.mtholyoke.edu 220 donut.mtholyoke.edu FTP server (Version wu-2.6.1-16) ready. User (www.mtholyoke.edu:(none)): lbmelton Password: 230 User lbmelton logged in. ftp> put web.html 200 PORT command successful. 150 Opening ASCII mode data connection for web.html (893 bytes). 226 Transfer complete. ftp: 939 bytes received in 0.06Seconds 15.65Kbytes/sec. ftp> bin 200 Type set to I. ftp> get image.jpg 200 PORT command successful. 150 Opening binary mode data connection for image.jpg (2092 bytes). 226 Transfer complete. ftp: 2150 bytes received in .91Seconds 12.39Kbytes/sec. ftp> quit 221-You have transfered 3089 bytes in 2 files. 221-Total traffic for this session was 3472 bytes in 2 transfers. 221 Thank you for using the FTP service on donut.mtholyoke.edu. C:\TEMP>