Skip to main content

How do I install and use FileZilla?

FileZilla is a simple way to transfer files to and from linux servers. Here are some instructions on how to use it.

Installation

  1. Download FileZilla Here https://filezilla-project.org/download.php?show_all=1

    • If you are a windows user you will want the top download FileZilla_3.64.0_win64-setup.exe
  2. Run the downloaded file

    • If it shows the "Do you want to allow..." prompt, go ahead and click yes
    • Click I Agree
    • Select Only for me and click Next
    • You can leave everything else as default and just click Next until its complete.
  3. Launch FileZilla


Setting Up FileZilla

These are one time setup instructions for FileZilla to use your private key

  1. Launch FileZilla
  2. In the top bar click Edit > Settings...
  3. In the left hand sidebar click Connection > SFTP
  4. Click on Add key file... and choose the private key you saved from PuTTYgen
  5. Click OK to close the settings page

Transferring files

  1. Near the top you will see a bar with fields you can enter text.

    • Host: mercury.ucdavis.edu
    • Username: Enter your username
    • Password: Leave this blank
    • Port: 22
  2. Click Quickconnect

  3. Filezilla will likely ask you for a password. Go ahead and leave it blank again

    • If this is your first time connecting, It will show an Unknown host key prompt. You can click Always trust this host and then click OK
  4. Filezilla will then ask you for a password a third time, but this time it will have a Challenge section. Enter your private key's password here.

  5. You should now be logged in it should similar to the image below.

    • The left hand side is your local computer
    • The right hand side is the server

You can now drag and drop your files from one side of the screen to the other. You can also drag and drop from another file browser into the right side of the screen to upload your files to mercury.

Progress bars will appear at the bottom of the screen.