Site icon TechGit

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:

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

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version