New features:
- Directory listing filters can now be exported and imported
- Added the "not all" filter match type to filter out all items not matching all conditions
- Added the "not all" search match type to search for all items not matching all conditions
- Building and running FileZilla now depends on libfilezilla >= 0.7.0 (https://lib.filezilla-project.org/).
- Building and running FileZilla now depends on GnuTLS >= 3.4.15
FileZilla 3.22.1 changelog
- OS X: Work around a nasty bug in XCode where programs explicitly compiled for older versions of OS X were silently pulling in features exclusive to the new version, resulting in crashes at runtime
- Fixed a potential crash when using SFTP
- Bookmarks with the "Directory comparison" checkbox set now work correctly
- MSW: Fix background clearing issue on the size format settings page
- MSW: Toggling the log timestamp option no longer results in wrong log colors
- Fix for premature queue completion action
Installation instructions:
Open terminal and insert command line...
32bit OS
$ wget https://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.22.1/FileZilla_3.22.1_i586-linux-gnu.tar.bz2 $ tar -xjvf FileZilla_3.22.1_i586-linux-gnu.tar.bz2 $ sudo rm -rf /opt/filezilla* $ sudo mv **FileZilla3** /opt/**filezilla3** $ sudo ln -sf /opt/**filezilla3**/bin/filezilla /usr/bin/filezilla $ filezilla |
64bit OS
$ wget https://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.22.1/FileZilla_3.22.1_x86_64-linux-gnu.tar.bz2 $ tar -xjvf FileZilla_3.22.1_x86_64-linux-gnu.tar.bz2 $ sudo rm -rf /opt/filezilla* $ sudo mv **FileZilla3** /opt/**filezilla3** $ sudo ln -sf /opt/**filezilla3**/bin/filezilla /usr/bin/filezilla $ filezilla |
It works, Thanks!
ReplyDeleteWhy saving it as /opt/**filezilla3** ??
ReplyDelete