How Do I Upload My Webpage?
1.Logon normally to pcisys
2.Open your File Transfer Protocol (FTP) client
3.If using WS-FTP
- Host Name is 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
- 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"
4.If using Windows 95 Open a DOS window
- change directory to the directory where your html is stored
- type "ftp ftp.pcisys.net"
- login using your userid and password
- 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"
- rename start-page-name index.html
|