|
|
How Do I Upload My Webpage?
Logon to the internet through PCI
Open your File Transfer Protocol (FTP) client
If using WS-FTP, (You may want to
download this software
first)
- Host Name is ftp.pcisys.net
- Use your userid and password (not anonymous)
- Once connected, change your computer directory (left side)
to the directory where your web pages are stored.
- The directory on the right side should be your home
directory. Change to your html directory by double-clicking on the html directory in the
upper window.
- Transfer your files over by highlighting the file and using
the arrow button between the windows
- Make sure html and cgi files are transferred as ASCII
- Make sure image files are transferred as binary
- Rename your start page to "index.html"
Command line FTP
- change directory to the directory where your html is stored
- type "ftp ftp.pcisys.net"
- login using your userid and password
- change to the html directory or cd html
- use put command (type 'help put' at ftp prompt) for each
file you want transferred
- Make sure to set transfer to ascii for html and
cgi files
- Make sure to set transfer to binary for image
files
- Rename your start page to "index.html"
|