| Home > Lecture Notes > SWS Upload Guide |
Please see Using WS_FTP for additional notes about WS_FTP including configuring options and window layout.
The free (for educational and government use) version of WS_FTP is available for download at: http://sws.pcc.edu/instructor/ftp/ws_ftple.exe
General guidelines regardless of server or upload method:
Make sure you can open your new or modified file in a web browser (Netscape, MS Internet Explorer, etc). If your file does not open or display properly go back to your editor and correct it; there is no point uploading a buggy file.
Many servers use operating systems that are case sensitive with regard to file names and do not easily handle spaces in file names. I highly recommend using all lower case letters and no spaces in all your file names. If you want visual separators for readability use the under-score character, hyphen, or period:
my_new_page.html
my-new-page.html
my.new.page.html
If you insist on using mixed-case characters in your file names be consistent. An alternative naming convention using upper and lower case letters would be
MyNewPage.html
Avoid using "fully qualified" path names or URL's for local files that are in the same directory so the links, SRC attributes (for images), etc. work will from any server as well as from your local system.
Open WS_FTP and log into the Student Web Server at sws.pcc.edu . You need to enter a minimum of 3 fields in the "Session Properties" screen:
|
|
|||||||||
Click on OK and, if or when prompted, enter your password.
WS_FTP will display a split window: Local System on the left and Remote Site on the right. Local System is the computer you are working on and Remote Site is the server where you will be uploading files.
Initially you should be in the Student Web Server "root" directory at the Remote Site. Your initial Local System directory will vary, but typically will be the C:\ drive root or, on computers in PCC labs, the default log-in My Documents folder.
On the Remote Site you need to navigate to the students directory, then to your class directory, then finally to your personal directory:
Navigate to the folder on your Local System that contains the files you want to upload:
Select the file(s) you want to upload. Similar to Windows Explorer, you can hold down the control key to select multiple files.
Depending on the Display Option you have selected (see Using WS_FTP) either click on the arrow between the Local System and Remote System panes pointing in the direction of the transfer, or click on the Transfer button.
You upload files from the Local System to the Remote Site. You download files from your directory on the Remote Site to your Local System.
After you have uploaded your files always go back to the Student Web Server in your browser and view your directory and new files to make sure your links work, images load, etc. If the new pages have errors, you need to make the corrections to your files on the Local System, then upload them again.
Note: This is the final check: if you cannot link to your page from the Student Web Server then I cannot either, and thus cannot grade it.
Did you upload all the required files?
All local files referred to in any HTML documents must also be uploaded to the server.
Do all your links and SRC attributes (for images) correctly refer to the file?
If you used a drive letter and path in a link and it worked on your local system, it will not work from the server: the server knows nothing about your A: drive, or your C:\School\Docs folder.
Is the spelling of the file name in the HTML document exactly the same as the spelling of the file name that you uploaded?
Save yourself a lot of frustration: use all lower-case letters and do not use spaces in your file names.
[ TOP ]