File Transfer Protocol
Though Web sites are developed off-line, eventually the files wind up on a public server somewhere so they can be accessed by a wide audience.
The File Transfer Protocol was created to provide a standardized way of moving files from one computer to another and it is usually the method used to publish a Web site's files to a publicly accessible computer. An FTP client, such as FileZilla, is a front-end tool for using the File Transfer Protocol.
Though there are many FTP clients available, FileZilla is discussed here because:
- It's free.
- It's available for both Mac and Windows computers.
To use FileZilla, launch it and log in using your IAM credentials:
- Host: iam.colum.edu
- Username: yourfirstname.yourlastname
- Password: yourOASISIDIAM!13
(your OASIS ID + IAM! + last 2 digits of the year you started in IAM - no spaces)
You should wind up with a window that looks like the one below.
- At the top, where it says Response and Command, is a log of the communications with the remote machine.
- Below that on the left is a two-part window that lists the contents of the computer your are using, the Local site.
- On the right is another two-part window that lists the contents of the server, the Remote site.
- You navigate through the hierarchies by clicking the listed items.
- You can add items to the remote server either by dragging them from your computer desktop to the remote site window or by dragging them from the left/local window to the right/remote window.

For the AIM1 class, set things up like this:
- Locate your pub directory and open it.
- Create a new directory in the pub directory and name it AIM.
- Inside of the AIM directory, create additional directories named:
- assignment01
- assignment02
- assignment03
- assignment04
- etc.
- Inside of these assignment directories put an index.html file and any other supporting files for that assignment.

Test your file transfer by going to the following URL in your browser:
http://iam.colum.edu/students/yourfirstname.yourlastname/AIM/assignment01/