FTP By Hand
From some machines (usually a Unix or DOS system) it may be necessary to use command-line FTP. Here’s how to upload “index.html” to your public_html directory…C:\> ftp www.wshs.fcps.k12.va.us(log in with your username and password at the prompts)ftp> cd public_htmlftp> binaryftp> put index.htmlftp> quit
Use the “get” command in place of “put” in order to download from the Web server to your machine.