FileZilla FTP Client for Ubuntu 16.04. How to install the latest release of Filezilla File Transfer Client on Ubuntu 16.04, Ubuntu 15.04 and Ubuntu 14.04. Filezilla is a cross-platform, popular FTP client for Linux, Windows and Mac systems.
The FileZilla FTP Client supports for FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP). It can handle (pause and resume) file transfers/downloads over 4 GB. It has an intuitive UI, has a tabbed interface, supports Bookmakrs and drag and drop. The FileZilla FTP Client can also permit the users to limit the transfer speed.
Install FileZilla 3.19 on Ubuntu
Filezilla 3.19 can be installed on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and Derivatives, via PPA. As you know that Filezilla does not provide an official PPA/repository for Filezilla FTP Client, but it can be easily installed using pre-compiled libraries for 32 bit and 64 bit Linux Ubuntu systems. Open Terminal and run the following commands to install Filezilla 3.19 via PPA:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt update
sudo apt install filezilla
You can also install FileZilla from Ubuntu Software Center.
If you wish to remove and uninstall FileZilla, run the command given below:
sudo apt-get remove filezilla