Putting files on the Cincinnati State Server

The Process

  1. get your login username and password
  2. access and log on the web server: use an ftp program (command line, Fetch, CuteFTP, etc.) to access your public_html directory on the Cincinnati State web server (spider.cinstate.cc.oh.us)
  3. upload your latest html page to the web server
  4. view your page in a browser

FTP with a GUI (e.g. Fetch, a Macintosh FTP program)

  1. Start Fetch
  2. File / New Connection
  3. Host: spider.cinstate.cc.oh.us

  4. User ID: stdntXX
    Password: password
    Directory: public_html
  5. use the Put command and browse to the file to upload

To get files:

Follow steps 1-3 above

Step 4 Get (instead of Put)


FTP in a Browser

  1. in the location field, use either
    ftp://stdntXX@spider.cinstate.cc.oh.us
    or
    ftp://stdntXX:password@spider.cinstate.cc.oh.us/home/stdntXX/public_html/
    (where XX is your account number)
  2. enter password
  3. pick to open your public_html directory (if you use AOL or other access, you may need to pick "home" and "stdntXX" first)

Put files on the server using File, Upload File (in Netscape)

To get files from the server, use File, Save

(With Internet Explorer you may or may not be able to upload files, and it is usually better to use "View Source" and save that file from notepad, to avoid undesired tag insertion.)


Command Line FTP

For command line ftp (file transfer protocol), keep the following in mind:

Note: Other ftp commands let you upload and download multiple files.



Types of Media

Multimedia formats

Web page vs. Web Site

Web Site

File Directory Organization

Different organization ideas

Relative vs. Absolute directory path names

Absolute Example:
c:/mystuff/html/newproject/work.html

Relative Example:
./newproject/work.html
../oldproject/fun.html


to Syllabus