How to Upload a File to your Website using the FileZilla FTP Client

The process of transferring a file from your computer to your website is often referred to as "uploading" that file or "publishing" it. You will need a program called an "FTP client" to transfer the file. You can download FileZilla FTP a free FTP client

This tutorial only deals with how you can transfer a file to your web server using a free FTP client known as FileZilla.


Download and Install FileZilla

First, go to the FileZilla download page and obtain the appropriate version for your system.

Once you have downloaded the program, you will have to install it by doubleclick the file that you have just downloaded. Follow the instructions to install it to your hard drive.


Preliminary Steps

Before you can upload any file to your site, you will need to find out the following:

  • The name of the FTP server for your website. This would be you domain name.
  • Your user id or login username is the same as the Control center and your domain name. username@your-domain-name.com
  • Your password is the same as the control center password.
  • You need to place your files in a subdirectory called "www" or "public_html" when you log into your FTP site.

Steps to Uploading or Publishing a File.

  1. Click the "File" menu followed by the "Site Manager" item on that menu. A dialog box will appear.
  2. Click the "New Site" button on that dialog box. This creates a new item under "My FTP Sites" called "New FTP site". Rename "New FTP site" to the name of your site if you wish. By default, the keyboard cursor would have been placed in the name portion of "New FTP site" allowing you to change the name immediately. If you have lost the cursor because you accidentally clicked somewhere else in the dialog box, you can get it back by simply clicking once on the name. Note that this name can be anything you wish - it is not required for accessing your site. However, you will probably make your life easier if you change the name to that of your site rather than the cryptic "New FTP site".

  3. Under the tab "General", enter the name of your FTP server in the "Host" input box into the space provided.

  4. Leave the "Port" and the "Servertype" entry boxes alone. Use your mouse and select "Normal" from the drop down list box for "Logontype". This will enable the "User" and "Password" boxes for the next step.

  5. Enter your user id into the "User" input box. Likewise, enter your password into the "Password" input box. Note that this information is automatically saved onto your computer and will be re-used the next time you run FileZilla, so you do not have to re-enter them again. (It also means that you should not use FileZilla in this way on computers that others may have access to, such as those found in an Internet cafe or a public library.)

  6. Click the "Connect" button. FileZilla will proceed to log you into your server. If it is successful, you will see a directory listing of your website's account in the right hand side of the FileZilla window. The left hand side of the FileZilla window shows the directories and files on your own computer.

  7. Upload your files to the "www" or "public_html" directory, change to that directory by doubleclicking its name in the folder portion of the right window pane (the "Remote Site" window pane). FileZilla will open that folder and show you its contents in the files portion of the Remote Site window pane.

  8. Next, locate the file that you wish to upload in the left window pane (the "Local Site" pane). Both window panes behave mostly like a Windows Explorer windows, so navigating them should not be unduly hard. Once you have located the files you wish to upload doubleclick it to upload it to your website. Alternatively, you can drag your files or directory from the left window pane to the right window pane. The file will be uploaded to the folder that is currently open on the right window pane, so make sure you have changed to the directory you want before dragging the file there.

  9. As FileZilla proceeds to upload your file to your site, you should be able to see the upload progress in the bottommost window pane in FileZilla. When the upload has completed, you can disconnect from your website. Do this by clicking the "Server" menu followed by the "Disconnect" item.

Congratulations! You have successfully uploaded a file to your website using an FTP client, FileZilla.