File Transfer Protocol (FTP) is a way of transferring files between computers, namely your computer (the "local machine") and your webiste's computer (the "host"). In order to tranfer files between machines you need a few things:
In this lesson, you will be installing and configuring your FTP client to access a folder in the /learn directory on this site. Once your FTP client is properly configured, you'll send a test file to the directory to make sire everythign works.
We'll begin by downloading a copy of FileZilla. This is a free FTP client that you can download here. Once you have downloaded FileZilla, go ahead and install it on your local machine. So far, so good - right?
Now that Filezilla is installed, let's get you configured. I've already emailed you a configuration file. This file is in xml format and is set up to create a new FileZilla Site Manager entry. To use it:
The client is installed and configured - now it's time to see if the connection goes through! To do this:
When the connection has been made successfully, you'll see the contents of the /learn directory in the window at the bottom right side of the screen. In this directory, you'll also see a folder with your name on it. That's where you'll be uploading your assignments.
Ready to prove that you got it? Let's do it! The last item I included in your email is a simple "Hello World" HTML file. You're going to upload that into the directory with your name.
If you did it right, your browser should open a new tab with a page that says "Hello World!" Congratualations! You did it! See you soon for the next lesson!
Back to the lesson plan.