Welcome to the Student Web Server

Using the Student Web Server

This is the Student Web Server for the College of Charleston. Any currently enrolled student may host their web site on this server. All content is bound by the terms of the Honor Code.

The server uses your COUGARS username. This is the same username and password used for email and many other College of Charleston services. SFTP is the protocol used when connecting to the College of Charleston Student Web Server. You're welcome to use any SFTP program, but we recommend FileZilla.

FileZilla

FileZilla is a free, Open Source, program which supports SFTP. It runs on Windows PCs, Apple Computers running OSX, and many other platforms.

Get FileZilla

  • FileZilla is available for free from http://filezilla-project.org.
  • Use the "Download FileZilla Client" to obtain the proper version of FileZilla for your operating system.
  • Run the installer, accepting default settings.

Connect to the server

  • Open FileZilla.
  • Fill in the fields:
    • Host: sftp://stu.cofc.edu
    • Username: your COUGARS username
    • Password: your COUGARS password
    • Port: 22
  • Click Quickconnect to connect to the server.

Managing Files

  • The FileZilla window is split into two columns. The left column shows files on your computer, while the right column shows files on the server.
  • To upload a file:
    • First, navigate to that file in the "Local site" tree.
    • Next, make sure that you've selected the appropriate folder in "Remote site" (/home/COUGARS/username/www/)
    • Then, just drag and drop the files you'd like onto the server.

Your Website

  • Only files in the www folder will be visible on your website.
  • Be sure to create a file named index.html (or index.php). It will be the first file anyone sees when they go to http://username.stu.cofc.edu/.
  • Filenames are case sensitive. Do not use spaces in filenames; use underscores if needed.
  • Make sure to also upload any images or other files you have used in your website.

Dreamweaver

To configure Dreamweaver, do the following:

  • Go to Site -> Manage Sites.
  • Click the New... button. From the menu that appears, click Site.
  • Click to the Advanced tab.
  • Set a location to store a local copy of your site.
  • In the left pane, click Remote Info.
  • For Access Type, choose FTP.
  • Enter the server settings:
    • Remote host: stu.cofc.edu
    • Username: Your COUGARS username
    • Password: Your COUGARS password
    • Host directory: www/
  • Ensure the Use Secure FTP (SFTP) checkbox is marked.
  • Test your site using the Test button. You should see a message stating that you've connected to your server successfully; if not, check your settings and try again. If you continue to experience problems, contact the College Webmaster for assistance.