DOS FTP Client How to run this from the Command Line 1. Start a command line window * Click Start * Click Run * Type cmd and tap key * "DOS Prompt" appears - C:\Folders>_ 2. Start the FTP client * type ftp and tap key * ftp prompt appears (ftp>) - type commands (tap after each) 3. Log in to server (actual login shown) ftp> open www2.is.wayne.edu Connected to www2.is.wayne.edu. 220- Jgaa's Fan Club FTP Service WAR-FTPD 1.65 Ready 220 Please enter your user name. User (www2.is.wayne.edu:(none)): drbowen [type user name, tap ] 331 User name okay, Need password. Password: [type your password here and tap ] 230 User logged in, proceed. ftp> List of all commands: ! delete literal prompt send ? debug ls put status append dir mdelete pwd trace ascii disconnect mdir quit type bell get mget quote user binary glob mkdir recv verbose bye hash mls remotehelp cd help mput rename close lcd open rmdir Help on selected commands: bye Terminate ftp session and exit cd Change remote working directory close Terminate ftp session delete Delete remote file dir List contents of remote directory get Receive file recv Receive file help Print local help information ? Print local help information lcd Change local working directory ls List contents of remote directory mkdir Make directory on the remote machine open Connect to remote tftp put Send one file send Send one file quit Terminate ftp session and exit status Show current status ! Escape to the shell (DOS prompt to run local "dir") "exit" at DOS prompt & tap to return to ftp To close DOS window after closing ftp, type "exit" & tap