{"id":2985,"date":"2014-02-10T04:15:31","date_gmt":"2014-02-10T04:15:31","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=2985"},"modified":"2014-02-10T04:15:31","modified_gmt":"2014-02-10T04:15:31","slug":"install-latest-filezilla-client-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2014\/02\/install-latest-filezilla-client-ubuntu\/","title":{"rendered":"How to Install The Latest FileZilla Client Release 3.7.4 in Ubuntu"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/08\/FileZilla-logo.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/08\/FileZilla-logo.jpg\" alt=\"install the latest filezilla ubuntu\" width=\"229\" height=\"229\" class=\"aligncenter size-full wp-image-1394\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/08\/FileZilla-logo.jpg 229w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/08\/FileZilla-logo-150x150.jpg 150w\" sizes=\"auto, (max-width: 229px) 100vw, 229px\" \/><\/a><\/p>\n<p>This simple tutorial shows you <b>how to install the latest FileZilla Client in all versions of Ubuntu<\/b> currently supported on the desktop. So far, they are Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.10, and Ubuntu 12.04.<\/p>\n<p>The current FileZilla release is version 3.7.4. It comes with below new features and bug fixes:<\/p>\n<ul>\n<li>Added SOCKS4 support<\/li>\n<li>Added Corsican and Kabyle translations<\/li>\n<li>SFTP now supports the hmac-sha2-256 algorithm<\/li>\n<li>Additional bugfix for site-specific bookmarks<\/li>\n<li>Improve compatibility with servers sending directory listings in Polish language or in EBCDIC encoding<\/li>\n<li>Handle set user id bit when populating permissions dialog.<\/li>\n<li>MSW: Show local timestamps for old files using the correct daylight saving time (DST) offset.<\/li>\n<li>Fix loading of transfer queue if starting FileZilla while another instance is in the process of shutting down<\/li>\n<li>Fix interaction between site-specific bookmarks and multiple tabs<\/li>\n<li>Don&#8217;t resume uploads when there&#8217;s zero octets left to transfer<\/li>\n<li>Improve symbolic link detection when using MLSD<\/li>\n<li>If processing a queue with files queued on multiple servers and not storing passwords, the password was not always asked prior to switching servers<\/li>\n<li>Use the correct name element when importing sites<\/li>\n<li>MSW: Show actual Windows version in about dialog regardless of app-compat settings<\/li>\n<\/ul>\n<p><b>Install FileZilla:<\/b><\/p>\n<p>If you don&#8217;t like PPAs, you can always follow the steps below to install the latest FileZilla Client in Ubuntu.<\/p>\n<p>1. First go to <i>System Settings -> Details<\/i> and check out your OS type: <b>32 bit<\/b> or <b>64 bit<\/b><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/07\/System-type-32bit-64-bit.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/07\/System-type-32bit-64-bit.jpg\" alt=\"System-type-32bit-64-bit\" width=\"420\" height=\"220\" class=\"aligncenter size-full wp-image-1075\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/07\/System-type-32bit-64-bit.jpg 420w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2013\/07\/System-type-32bit-64-bit-300x157.jpg 300w\" sizes=\"auto, (max-width: 420px) 100vw, 420px\" \/><\/a><\/p>\n<p>2. Download FileZilla from <a href=\"http:\/\/sourceforge.net\/projects\/filezilla\/files\/FileZilla_Client\/\" title=\"FileZilla official download page\" target=\"_blank\">the official download page<\/a>.<\/p>\n<ul>\n<li>32 bit system download the <i>&#8220;FileZilla_x.x.x_i586-linux-gnu.tar.bz2&#8221;<\/i><\/li>\n<li>64 bit system download the <i>&#8220;FileZilla_x.x.x_x86_64-linux-gnu.tar.bz2&#8221;<\/i><\/li>\n<\/ul>\n<p>3. Press Ctrl+Alt+T on your keyboard to open the terminal. When it opens, run the command below to extract FilaZilla to <b>\/opt\/<\/b>.<\/p>\n<pre style=\"border:none;\">cd \/opt\/ && sudo tar jvxf FileZilla_<b>*<\/b>-linux-gnu.tar.bz2<\/pre>\n<p>In the code, you may replace the file name to yours!<\/p>\n<p>4. Change the ownership of extracted folder:<\/p>\n<pre style=\"border:none;\">cd \/opt\/ && sudo chown -R root:root FileZill*<\/pre>\n<p>5. Now, you&#8217;re able to launch FileZilla Client via the command below:<\/p>\n<pre style=\"border:none;\">\/opt\/FileZill*\/bin\/filezilla<\/pre>\n<p>6. To create a launcher. Run the command below to edit the config file:<\/p>\n<pre style=\"border:none;\">sudo gedit \/usr\/share\/applications\/filezilla.desktop<\/pre>\n<p>Copy and paste below lines into the file and save it.<\/p>\n<blockquote><p>[Desktop Entry]<br \/>\nName=FileZilla<br \/>\nGenericName=FTP client<br \/>\nGenericName[de]=FTP-Client<br \/>\nGenericName[fr]=Client FTP<br \/>\nComment=Download and upload files via FTP, FTPS and SFTP<br \/>\nComment[de]=Dateien \u00fcber FTP, FTPS und SFTP \u00fcbertragen<br \/>\nComment[fr]=Transf\u00e9rer des fichiers via FTP, FTPS et SFTP<br \/>\nExec=\/opt\/<b>FileZilla3<\/b>\/bin\/filezilla<br \/>\nTerminal=false<br \/>\nIcon=filezilla<br \/>\nType=Application<br \/>\nCategories=Network;FileTransfer;<br \/>\nVersion=1.0<\/p><\/blockquote>\n<p>Change the <b>FileZilla3<\/b> to the exact folder name and done.<\/p>","protected":false},"excerpt":{"rendered":"<p>This simple tutorial shows you how to install the latest FileZilla Client in all versions of Ubuntu currently supported on the desktop. So far, they are Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.10, and Ubuntu 12.04. The current FileZilla release is version 3.7.4. It comes with below new features and bug fixes: Added SOCKS4 support Added [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[1023,17,855],"class_list":["post-2985","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-filezilla-client","tag-ubuntu-12-04","tag-ubuntu-14-04"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/2985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=2985"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/2985\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=2985"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=2985"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=2985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}