How to Install FileZilla on Ubuntu 20.10 & Transfer Files

How to install FileZilla on Ubuntu 20.10 using terminal. Learn how to use FileZilla to transfer files between computers. After installing FileZilla, you can connect to Ubuntu server using FileZilla from another computer.

FileZilla FTP Client

The FileZilla FTP Client for Linux Ubuntu is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.

The FileZilla Client not only supports FTP, but also FTP over TLS (FTPS) and SFTP. It is open source software distributed free of charge under the terms of the GNU General Public License.

Among others, the features of FileZilla include the following:

  • Easy to use
  • Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
  • Cross-platform. Runs on Windows, Linux, *BSD, Mac OS X and more
  • IPv6 support
  • Available in many languages
  • Supports resume and transfer of large files >4GB
  • Tabbed user interface
  • Powerful Site Manager and transfer queue
  • Bookmarks
  • Drag & drop support
  • Configurable transfer speed limits
  • Filename filters
  • Directory comparison
  • Network configuration wizard
  • Remote file editing
  • Keep-alive
  • HTTP/1.1, SOCKS5 and FTP-Proxy support
  • Logging to file
  • Synchronized directory browsing
  • Remote file search

Install FileZilla via PPA in Ubuntu

Run the following commands in terminal to install FileZilla FTP Client via PPA on Ubuntu Linux:

sudo apt update
sudo apt upgrade
sudo add-apt-repository ppa:sicklylife/filezilla
sudo apt update sudo apt install filezilla

Once installed, open FileZilla FTP Client from Ubuntu Dash or Terminal.

How To Use Filezilla To Transfer Files

  1. Open the FileZilla client.
  2. Click on Edit (top of the home screen) and select Settings/Preferences.
  3. Expand the Connection section (left side of the menu) and highlight SFTP.
  4. Click on the [Add keyfile…] button.
  5. Navigate/browse your local machine’s directories.
  6. Select the Private Key file.
  7. Click on File (top of FileZilla’s home screen) and select Site Manager
  8. Click on the New Site button (left side of the Site Manager) and type a unique name under My Sites for easy recognition.
  9. Under the General tab, enter the Host and Port fields (default value is 22).
  10. In the Protocol dropdown menu, for FTPS transfers, select FTP over SSL (explicit encryption) and for SFTP transfers, select SFTP using SSH2.
  11. In the Logon Type dropdown menu, select Interactive.
  12. Press OK.

Transfer Files Using FileZilla

  1. Open FileZilla.
  2. Click the arrow next to the Open Site Manager button.
  3. Select the server you set up in the previous procedure (look above).
  4. In the Password box, enter the password and click OK.
  5. FileZilla connects and opens.
  6. The computer (Local) is on the left and the server (Remote) is on the right.

Original Article