Please follow the instructions below for uploading your web files to the server:
1. Download the FTP Client FileZilla. FileZilla is cross-platform open-source software, meaning it's free and works on both Mac and Windows.
2. Install FileZilla on your computer and launch the application.
3. Connect to our class Dreamhost server by entering a host, username, and password. Refer to this Canvas Announcement for these credentials.
4. After successfully connecting, find the home directory in the FileZilla right-side panel (where the server files are displayed).
5. Click the + icon next to the home folder name to expand its contents - navigate to the web_student folder, then to the folder named dimatteo.immtcnj.com
6. Inside the folder named dimatteo.immtcnj.com, you should see folders with each student's name - find the folder with your name and double-click to enter it - this is where you will upload your HTML, CSS, JavaScript, and image files.
7. In FileZilla, the left-side panel displays the files stored locally on your computer. Navigate to wherever you keep the files for your website.
8. Right click on any local files or folders and select Upload. You can shift-click to select multiple items. Make sure that you've navigated to the folder with your name within the right-side panel for the server. The files you upload will be placed wherever you are in the right-side panel.
9. Make sure the HTML file for your home page is named index.html. This will allow you to view your page in a browser using the URL dimatteo.immtcnj.com/yourfirstname-yourlastname
10. Make sure the file paths to your CSS, JavaScript, and image files are preserved - that is to say, wherever they are stored relative to your HTML file on your computer, that is how they should be stored on the Dreamhost server. Make sure to test your links.