FTP at Dawson College
File Transfer Protocol



The fastest way to download files is to use an FTP client like WS_FTP.
If WS_FTP is not installed on your computer, you must:

  1. Download FTP    (If it isn't already installed on your computer.)
  2. Install FTP       (If it isn't already installed on your computer.)
  3. Configure FTP
    1. for your Student DC1 Account.  (Please don't use A999999)
    2. for your Angelfire/Lycos account
    3. for Anonymous FTP.



Download FTP

  1. Core FTP is freeware - ($0) - (setup is even easier than for WS_FTP)
    WS_FTP LE is freeware - ($0)
    WS_FTP Pro is $hareware.
  2. Download FTP to your computer
  3. Check that the downloaded file is now in your computer.

 

Installation/Setup of the downloaded file

FTP access to your DC1 student account
using WS_FTP LE 5.06

Warning:    Do not use h:\html as the "Initial Local directory" when using WS_FTP.  If you ignore this warning, you risk losing all your files.
I recommend that you save all your Web page files in h:\backup  
You should also (at the end of every day) make a backup copy of all your Web page files to your USB drive (or diskette or CD-R/RW.  
At home you will probably want to use something like c:\homepage

Go through the following steps line-by-line. Do not skip any step or line of the following instructions!


 
 
 
 
  • Linux servers. 
    • The username and password are case sensitive.
    • (A999999 is not the same as a999999 if the account is on a Linux/Unix server.)
  • To change your password you may need to use Telnet
    • Note that Windows2000 has reverted to a text-based interface for Telnet.
    • run > telnet
    • open  linuxservername.com
    • ? or help
    • passwd                (Choosing your password)
    • exit
  • If you want to use index.html, you must automatically redirect your visitor from index.html to index.htm  You may copy this code (index.html) and upload (FTP) your new index.htm and this index.html to your account.

  •  
    Automatic Redirection / Forwarding
    index.html
    <html>
    <head>
               <title>Redirection by PJK</title>
               <META HTTP-EQUIV="Refresh" CONTENT="0;
               URL=index.htm">
    </head>
    <body bgcolor="#FFFFFF">
    </body></html>
  • You may use your /cgi-bin directory for any CGI scripts you find or create.
    • Don't forget to change the rights to any files you put in /cgi-bin.  (chmod)
    • Don't forget to use ASCII mode when uploading CGI scripts.
  • You may not use server-side includes (SSI).

 
 
 

Dawson College
Anonymous FTP
using WS_FTP LE 4.60

Go through the following steps line-by-line. Do not skip any step or line of the following instructions!



Browser - FTP
Windows Explorer - FTP

ftp://username:password@DomainName.TopLevelDomain

  1. Open MSIE ( Microsoft Internet Explorer)  or  Open Windows Explorer
  2. Type this into your address bar:   ftp://dc1.dawsoncollege.qc.ca
    or   ftp://username:password@DomainName.TopLevelDomain 
    or   ftp://username@DomainName.TopLevelDomain 
    You must use your own Dawson College username and password.
  3. You should find yourself at the S: drive which is the same as ftp://dc1.dawsoncollege.qc.ca
  4. To view your registered FTP site in Windows Explorer
    1. View (menu)  
      or    Page (toolbar button)
      or    File menu and click on "Login As ...   --   (on some operating systems)
        • Password:  (you should know your own password)
    1. You will find yourself at your very own H: drive.  You can now drag&drop to&from your own computer's hard drive (C: or D: etc.) to your H: drive on the Dawson College DC1 server.
    2. To publish your own Website you will double click on your "web" directory, (This will be the directory where you place your HTML files:  html, public_html, etc ...).

Note:
Linux FTP Server Directories that contain Web pages must be visible, from the top down (/home), to the world because the web server is "nobody".  Subdirectories other than public_html (and its subdirectories) may have permissions set to 700 to make them invisible to other users.
Don Hackett 2002-01-09