|
Uploading your web pages to the VPOP server
Okay, your web pages are complete and you're ready to publish them
on the Internet. Now you'll need to upload your files to the VPOP
server so the rest of the world can see them. This is accomplished
through FTP (File Transfer Protocol). We recommend using WS_FTP for
the Windows operating system or Fetch for the Macintosh. If you don't
have these programs, you can get them here:
Once you have your FTP program installed, launch the program and you
will be brought to a screen that looks similar to the picture below.
We'll be using WS_FTP for Windows as our example, the procedure is
nearly identical in most FTP programs.
|
|
Set up WS_FTP and connect
Step 1: You'll need to create a
new profile by clicking on the button called "New".
Step 2: Fill in the proper
information for each field:
Now is a good time to place a checkmark in "Save password" and
uncheck "Anonymous".
Step 3: Click the "Save"
button which is located near the top, middle of the page. This will
save the profile so the next time you need to connect everything will
already be in place.
Step 4: Click the "OK"
button which is located at the top, left side of the window. This
will start the connection process. The connection may take a few
seconds.
|
|
Transfer Files
Once you've made the connection, you'll see two windows inside
the WS_FTP window. The one on the left represents the directories
and files on your computer, and the one on the right represents the
directories and files on VPOP's server. If you specified
webdocs as the initial directory on the remote host, then you'll
be in that directory initially. If not, double-click on webdocs in the
right-hand directory window. Likewise, if you specified the directory
in which your html files reside, the proper directory will be
displayed
on the left-hand side. If not, you can either click on the
directory, or use the left-hand ChgDir button and type in the
correct directory. Next, click on the ASCII radio button. Click once
on the index.htm file on the local (left) side to highlight it, and
then on
the right-facing arrow. A dialog box should appear, and you should
then see the index.htm file appear copied onto the remote side.
Any image files you wish to display must be transferred as binary,
so click the Binary radio button, and then transfer the image files
in the same manner by highlighting and then clicking the right-facing
arrow. Speaking of image files (like GIF's or JPG's), it usually a
good idea to place those in a directory called images under
your webdocs directory. To do this, click on the MkDir
button on the upper right side of WS_FTP, when it prompts you
for a directory name, enter "images", and it will be created and will
show up as a folder in the upper right window of WS_FTP, you can then
double click on that folder to enter it.
|
|
|