How to Install FileZilla Client on Linux (tar.xz Archive)

Channel:
Subscribers:
17,300
Published on ● Video Link: https://www.youtube.com/watch?v=WtBFFteLgX8



Duration: 0:00
70 views
5


In this video, I'll guide you through installing the latest FileZilla client on Linux. This *linux tutorial* uses Ubuntu, covering each step from the website to running FileZilla. Start your *ftp connection* today!

Commands
nano ~/.local/share/applications/filezilla.desktop

==========================================================
[Desktop Entry]
Name=FileZilla
Comment=FTP client
Exec=/home/YOUR_USERNAME/Downloads/FileZilla3/filezilla
Icon=/home/YOUR_USERNAME/Downloads/FileZilla3/share/icons/hicolor/48x48/apps/filezilla.png
Terminal=false
Type=Application
Categories=Network;FileTransfer;
=========================================================
chmod +x ~/.local/share/applications/filezilla.desktop
sudo mv ~/Downloads/FileZilla3 /opt/filezilla
Exec=/opt/filezilla/bin/filezilla
Icon=/opt/filezilla/share/icons/hicolor/48x48/apps/filezilla.png