Upload your page from home
using the OS/2 ftp command
|
|
You can upload your page from home using the OS/2 ftp command, which is part of MS Windows.
Connect to the Internet using ftp.
Select -start -run
In the run window type: ftp voyager.deanza.edu
Enter at User: Your voyager ID
Enter at Password: Your voyager password
Next you see the ftp> prompt.
You can type ftp commands at the ftp> prompt.
To transfer text, type the command: ascii
To change to your public_html directory, where your web pages are kept,
use the
command: cd public_html
To send your lab2.html page from your c:\public_html directory,
use the
command: put c:\public_html\lab2.html
To quit, use the command: bye
|
|
Sometimes the ftp process quits working, and you must start over
To see a list of all the ftp commands, type the command: ?
To see a short description of a command, type ? and the name of the command.
|
|
Modified: December 29, 2005
|