pkgsrc/net/filezilla/PLIST
wiz b8cf95cbc5 Updated filezilla to 3.17.0.
3.17.0 (2016-04-21)

- *nix: Removed a label on the filter dialog that doesn't apply to *nix builds
- Fix compilation if Nettle is installed in a custom location
- Fix potential issues with destruction order when closing FileZilla

3.17.0-rc1 (2016-04-15)

+ Recursivly queuing local files for upload now displays the progress below the local file list
+ MSW: Use dynamic TCP send buffer sizes to improve upload speeds on high-latency connections
+ SFTP: Use hardware-accelerated AES on x86_64 CPUs if available by using the AES implementation from Nettle instead of PuTTY
+ Building FileZilla now depends on the Nettle library, version 3.1 or later
+ Building FileZilla now depends on libfilezilla >= 0.5.0 (https://lib.filezilla-project.org/).
- MSW: The installer now warns if it detects old versions of FileZilla outside of the installation directory
- Improve compatibility with directory listings where midnight is represented as 24:00:00 of the prior day
- SFTP: Failed downloads due to write failures, e.g. due to a full disk, no longer show up as successful
- SFTP: Fix transfer failures if multiple transfers try to list the same directory
- SFTP: Updated PuTTY components
- FTP over TLS: Debug logs now contain additional information about the TLS handshake


3.16.1 (2016-03-16)

! MSW: Updated installer to NSIS 3.0b3 to prevent DLL hijacking
- MSW: Fix string conversion functions of MinGW runtime libraries
- Updated PuTTY components
- Updated translations
- Official binaries now link against GnuTLS 3.4.10
- Official binaries now link against SQLite 3.11.1

3.16.0 (2016-02-29)

- Small fix for remembering queue completion actions

3.16.0-rc1 (2016-02-21)

+ Make notification bubble on queue completion configurable though the queue's context menu
+ Selected queue completion action is now remembered, excluding the system shutdown/sleep actions.
+ Added new servertype to the Site Manager for servers using MS-DOS style paths with forward slashes as separators
+ Building FileZilla now depends on libfilezilla >= 0.4.0 (https://lib.filezilla-project.org/).
- Fixes for network configuration wizard leading to incorrect test result
- MSW: Installer now removes leftover files from improperly uninstalled previous versions

3.15.0.2 (2016-02-10)

- MSW: Binaries are now also signed using a SHA256 signature and certificate.
- OS X: Move location of COPYING file containing the GPL to a different location in the bundle. On some systems OS X cannot verify the bundle with the file at the old location
- Restore focused item if changing directory listing sort order
- Fix restoring the column widths of the failed transfers tab in the queue when starting FileZilla
- MSW: Double-clicking a divider between a list header in the queue now adjust the sizes in the other tabs just as dragging the width would

3.15.0.1 (2016-02-02)

- Fix for search dialog not displaying the results from the last visited directory of a search

3.15.0 (2016-01-30)

+ MSW: Display notification bubble if FileZilla isn't in the forgeground and all active transfers have finished.

3.15.0-rc1 (2016-01-23)

- Fix regression from 3.16.0-beta1 where extra data being appended to some downloaded files
- Fix setting initial pane sizes when creating new tabs
- OS X: Fix display of issuer and subject details in certificate verification dialog
- Updated SFTP components from PuTTY
- Official binaries now link against GnuTLS 3.4.8
- Official binaries now link against SQLite 3.10.2

3.15.0-beta1 (2016-01-13)

+ Building FileZilla now depends on libfilezilla 0.3.0 (https://lib.filezilla-project.org/).
+ Added support for downloading and deleting multiple unrelated directories from the search dialog
+ *nix: Vastly speed up line-ending conversion when downloading files using the ASCII data type
+ Improved compatibility with broken servers omitting the mandatory 1yz reply to transfer commands
- Fix handling of SFTP keyfiles with non-ASCII characters in their paths
- Add missing directory comparison checkbox to new bookmark dialog
- MSW: Installer now sets appid on desktop icon
- Updated built-in pugixml

3.14.1 (2015-10-16)

+ For third-party builds, add configure flag to allow using system ciphers for FTP over TLS. Display a warning if an insecure cipher is negotiated as result of using system ciphers.
- Fixed loading of the directory comparison flag for bookmakrs in the Site Manager
- Changing the interface layout and icon theme no longer results in an inconsistent UI state
- Some SFTP servers send additional information on errors. This information is now shown in the message log
- If the local file cannot be opened on SFTP transfers FileZilla no longer automatically retries
- Updated SFTP components from PuTTY

3.14.0 (2015-09-16)

- When connecting using SFTP, show an error message instead of silently failing when encountering an insecure cipher

3.14.0-rc2 (2015-09-09)

- Removing selected queue items is now faster
- Reduced memory usage of queue
- When connecting to hostnames with multiple IPs, reset timeout if trying the next address

3.14.0-rc1 (2015-09-04)

+ Add support for password-protected SSH private keys
+ SSH private keys not in PuTTY's native format no longer need to be converted if they aren't password-protected
+ When using synchronized browsing, changing to a directory that does not exist on both sides now asks whether the missing directory should be created
- SSH1 support for SFTP has been disabled

3.13.1 (2015-08-24)

- Fix SFTP component crashing on some combinations of encryption and key exchange algorithm
- Fixed Ctrl+Shift+I shortcut to toggle filters
- OS X: Fixed Ctrl+, shortcut to open settings dialog
- Optimizations to reduce memory footprint
- Build system fixes

3.13.0 (2015-08-15)

+ Display home directory instead of root directory if the last used directory does not exist
+ Larger initial size of main window if there is no stored size
+ Slightly increased size of page selection box in settings dialog
- Fix assertion in directory listing parser
- Fix drag&drop of remote files which broke in 3.13.0-rc1

3.13.0-rc2 (2015-08-10)

- Updated SFTP components from PuTTY
- Official binaries now link against GnuTLS 3.4.4
- Official binaries now link against SQLite 3.8.11.1

3.13.0-rc1 (2015-08-05)

+ For SFTP servers the private key file to use can now be specified in the Site Manager
+ The contents of each queue tab can now be exported through the context menu
+ MSW: The installer now registers the App Path so that FileZilla is recognized in the Win+R dialog
+ FileZilla now uses pugixml instead of TinyXML to parse and create XML files
+ Several performance improvements
+ Code cleanup and modernization, building FileZilla now requires a C++14 compiler
- Fixed an assert loading sitemanager.xml created by an old version
- If password saving is disabled, specifying a password on the command-line no longer leads to extraneous password prompts when transferring files
- If deleting remote directories via the directory tree, navigate out of the directory tree that is to be deleted

3.12.0.2 (2015-07-09)

- Fix regression on servers that have MLSD facts disabled by default

3.12.0.1 (2015-07-09)

- Fix detection of UTF-8 support
- Fix location of file list status bar, it was shifted by one pixel
2016-04-29 12:03:31 +00:00

714 lines
35 KiB
Text

@comment $NetBSD: PLIST,v 1.15 2016/04/29 12:03:31 wiz Exp $
bin/filezilla
bin/fzputtygen
bin/fzsftp
man/man1/filezilla.1
man/man1/fzputtygen.1
man/man1/fzsftp.1
man/man5/fzdefaults.xml.5
share/appdata/filezilla.appdata.xml
share/applications/filezilla.desktop
share/filezilla/docs/fzdefaults.xml.example
share/filezilla/resources/16x16/ascii.png
share/filezilla/resources/16x16/auto.png
share/filezilla/resources/16x16/binary.png
share/filezilla/resources/16x16/bookmark.png
share/filezilla/resources/16x16/cancel.png
share/filezilla/resources/16x16/compare.png
share/filezilla/resources/16x16/disconnect.png
share/filezilla/resources/16x16/download.png
share/filezilla/resources/16x16/downloadadd.png
share/filezilla/resources/16x16/file.png
share/filezilla/resources/16x16/filezilla.png
share/filezilla/resources/16x16/filter.png
share/filezilla/resources/16x16/find.png
share/filezilla/resources/16x16/folder.png
share/filezilla/resources/16x16/folderclosed.png
share/filezilla/resources/16x16/localtreeview.png
share/filezilla/resources/16x16/lock.png
share/filezilla/resources/16x16/logview.png
share/filezilla/resources/16x16/processqueue.png
share/filezilla/resources/16x16/queueview.png
share/filezilla/resources/16x16/reconnect.png
share/filezilla/resources/16x16/refresh.png
share/filezilla/resources/16x16/remotetreeview.png
share/filezilla/resources/16x16/server.png
share/filezilla/resources/16x16/sitemanager.png
share/filezilla/resources/16x16/sort_down_dark.png
share/filezilla/resources/16x16/sort_down_light.png
share/filezilla/resources/16x16/sort_up_dark.png
share/filezilla/resources/16x16/sort_up_light.png
share/filezilla/resources/16x16/speedlimits.png
share/filezilla/resources/16x16/symlink.png
share/filezilla/resources/16x16/synchronize.png
share/filezilla/resources/16x16/throbber.gif
share/filezilla/resources/16x16/unknown.png
share/filezilla/resources/16x16/upload.png
share/filezilla/resources/16x16/uploadadd.png
share/filezilla/resources/20x20/unknown.png
share/filezilla/resources/24x24/unknown.png
share/filezilla/resources/32x32/file.png
share/filezilla/resources/32x32/filezilla.png
share/filezilla/resources/48x48/filezilla.png
share/filezilla/resources/48x48/speedlimits.png
share/filezilla/resources/blukis/16x16/ascii.png
share/filezilla/resources/blukis/16x16/auto.png
share/filezilla/resources/blukis/16x16/binary.png
share/filezilla/resources/blukis/16x16/bookmarks.png
share/filezilla/resources/blukis/16x16/cancel.png
share/filezilla/resources/blukis/16x16/compare.png
share/filezilla/resources/blukis/16x16/disconnect.png
share/filezilla/resources/blukis/16x16/download.png
share/filezilla/resources/blukis/16x16/downloadadd.png
share/filezilla/resources/blukis/16x16/file.png
share/filezilla/resources/blukis/16x16/filter.png
share/filezilla/resources/blukis/16x16/folder.png
share/filezilla/resources/blukis/16x16/folderback.png
share/filezilla/resources/blukis/16x16/folderclosed.png
share/filezilla/resources/blukis/16x16/folderup.png
share/filezilla/resources/blukis/16x16/help.png
share/filezilla/resources/blukis/16x16/localtreeview.png
share/filezilla/resources/blukis/16x16/lock.png
share/filezilla/resources/blukis/16x16/logview.png
share/filezilla/resources/blukis/16x16/processqueue.png
share/filezilla/resources/blukis/16x16/queueview.png
share/filezilla/resources/blukis/16x16/reconnect.png
share/filezilla/resources/blukis/16x16/refresh.png
share/filezilla/resources/blukis/16x16/remotetreeview.png
share/filezilla/resources/blukis/16x16/server.png
share/filezilla/resources/blukis/16x16/showhidden.png
share/filezilla/resources/blukis/16x16/sitemanager.png
share/filezilla/resources/blukis/16x16/speedlimits.png
share/filezilla/resources/blukis/16x16/synchronize.png
share/filezilla/resources/blukis/16x16/upload.png
share/filezilla/resources/blukis/16x16/uploadadd.png
share/filezilla/resources/blukis/32x32/ascii.png
share/filezilla/resources/blukis/32x32/auto.png
share/filezilla/resources/blukis/32x32/binary.png
share/filezilla/resources/blukis/32x32/bookmarks.png
share/filezilla/resources/blukis/32x32/cancel.png
share/filezilla/resources/blukis/32x32/compare.png
share/filezilla/resources/blukis/32x32/disconnect.png
share/filezilla/resources/blukis/32x32/download.png
share/filezilla/resources/blukis/32x32/downloadadd.png
share/filezilla/resources/blukis/32x32/file.png
share/filezilla/resources/blukis/32x32/filter.png
share/filezilla/resources/blukis/32x32/folder.png
share/filezilla/resources/blukis/32x32/folderback.png
share/filezilla/resources/blukis/32x32/folderclosed.png
share/filezilla/resources/blukis/32x32/folderup.png
share/filezilla/resources/blukis/32x32/help.png
share/filezilla/resources/blukis/32x32/localtreeview.png
share/filezilla/resources/blukis/32x32/lock.png
share/filezilla/resources/blukis/32x32/logview.png
share/filezilla/resources/blukis/32x32/processqueue.png
share/filezilla/resources/blukis/32x32/queueview.png
share/filezilla/resources/blukis/32x32/reconnect.png
share/filezilla/resources/blukis/32x32/refresh.png
share/filezilla/resources/blukis/32x32/remotetreeview.png
share/filezilla/resources/blukis/32x32/showhidden.png
share/filezilla/resources/blukis/32x32/sitemanager.png
share/filezilla/resources/blukis/32x32/speedlimits.png
share/filezilla/resources/blukis/32x32/synchronize.png
share/filezilla/resources/blukis/32x32/upload.png
share/filezilla/resources/blukis/32x32/uploadadd.png
share/filezilla/resources/blukis/48x48/ascii.png
share/filezilla/resources/blukis/48x48/auto.png
share/filezilla/resources/blukis/48x48/binary.png
share/filezilla/resources/blukis/48x48/bookmarks.png
share/filezilla/resources/blukis/48x48/cancel.png
share/filezilla/resources/blukis/48x48/compare.png
share/filezilla/resources/blukis/48x48/disconnect.png
share/filezilla/resources/blukis/48x48/download.png
share/filezilla/resources/blukis/48x48/downloadadd.png
share/filezilla/resources/blukis/48x48/file.png
share/filezilla/resources/blukis/48x48/filter.png
share/filezilla/resources/blukis/48x48/folder.png
share/filezilla/resources/blukis/48x48/folderback.png
share/filezilla/resources/blukis/48x48/folderclosed.png
share/filezilla/resources/blukis/48x48/folderup.png
share/filezilla/resources/blukis/48x48/help.png
share/filezilla/resources/blukis/48x48/localtreeview.png
share/filezilla/resources/blukis/48x48/lock.png
share/filezilla/resources/blukis/48x48/logview.png
share/filezilla/resources/blukis/48x48/processqueue.png
share/filezilla/resources/blukis/48x48/queueview.png
share/filezilla/resources/blukis/48x48/reconnect.png
share/filezilla/resources/blukis/48x48/refresh.png
share/filezilla/resources/blukis/48x48/remotetreeview.png
share/filezilla/resources/blukis/48x48/showhidden.png
share/filezilla/resources/blukis/48x48/sitemanager.png
share/filezilla/resources/blukis/48x48/speedlimits.png
share/filezilla/resources/blukis/48x48/synchronize.png
share/filezilla/resources/blukis/48x48/upload.png
share/filezilla/resources/blukis/48x48/uploadadd.png
share/filezilla/resources/blukis/theme.xml
share/filezilla/resources/cyril/16x16/ascii.png
share/filezilla/resources/cyril/16x16/auto.png
share/filezilla/resources/cyril/16x16/binary.png
share/filezilla/resources/cyril/16x16/bookmark.png
share/filezilla/resources/cyril/16x16/cancel.png
share/filezilla/resources/cyril/16x16/compare.png
share/filezilla/resources/cyril/16x16/disconnect.png
share/filezilla/resources/cyril/16x16/download.png
share/filezilla/resources/cyril/16x16/downloadadd.png
share/filezilla/resources/cyril/16x16/file.png
share/filezilla/resources/cyril/16x16/folder.png
share/filezilla/resources/cyril/16x16/folderback.png
share/filezilla/resources/cyril/16x16/folderclosed.png
share/filezilla/resources/cyril/16x16/folderup.png
share/filezilla/resources/cyril/16x16/help.png
share/filezilla/resources/cyril/16x16/localtreeview.png
share/filezilla/resources/cyril/16x16/logview.png
share/filezilla/resources/cyril/16x16/processqueue.png
share/filezilla/resources/cyril/16x16/queueview.png
share/filezilla/resources/cyril/16x16/reconnect.png
share/filezilla/resources/cyril/16x16/refresh.png
share/filezilla/resources/cyril/16x16/remotetreeview.png
share/filezilla/resources/cyril/16x16/server.png
share/filezilla/resources/cyril/16x16/showhidden.png
share/filezilla/resources/cyril/16x16/sitemanager.png
share/filezilla/resources/cyril/16x16/speedlimits.png
share/filezilla/resources/cyril/16x16/synchronize.png
share/filezilla/resources/cyril/16x16/upload.png
share/filezilla/resources/cyril/16x16/uploadadd.png
share/filezilla/resources/cyril/theme.xml
share/filezilla/resources/defaultfilters.xml
share/filezilla/resources/down.png
share/filezilla/resources/dropdown.png
share/filezilla/resources/finished.wav
share/filezilla/resources/flatzilla/16x16/ascii.png
share/filezilla/resources/flatzilla/16x16/auto.png
share/filezilla/resources/flatzilla/16x16/binary.png
share/filezilla/resources/flatzilla/16x16/bookmark.png
share/filezilla/resources/flatzilla/16x16/cancel.png
share/filezilla/resources/flatzilla/16x16/compare.png
share/filezilla/resources/flatzilla/16x16/disconnect.png
share/filezilla/resources/flatzilla/16x16/download.png
share/filezilla/resources/flatzilla/16x16/downloadadd.png
share/filezilla/resources/flatzilla/16x16/file.png
share/filezilla/resources/flatzilla/16x16/filter.png
share/filezilla/resources/flatzilla/16x16/find.png
share/filezilla/resources/flatzilla/16x16/folder.png
share/filezilla/resources/flatzilla/16x16/folderclosed.png
share/filezilla/resources/flatzilla/16x16/help.png
share/filezilla/resources/flatzilla/16x16/leds.png
share/filezilla/resources/flatzilla/16x16/localtreeview.png
share/filezilla/resources/flatzilla/16x16/lock.png
share/filezilla/resources/flatzilla/16x16/logview.png
share/filezilla/resources/flatzilla/16x16/processqueue.png
share/filezilla/resources/flatzilla/16x16/queueview.png
share/filezilla/resources/flatzilla/16x16/reconnect.png
share/filezilla/resources/flatzilla/16x16/refresh.png
share/filezilla/resources/flatzilla/16x16/remotetreeview.png
share/filezilla/resources/flatzilla/16x16/server.png
share/filezilla/resources/flatzilla/16x16/sitemanager.png
share/filezilla/resources/flatzilla/16x16/speedlimits.png
share/filezilla/resources/flatzilla/16x16/synchronize.png
share/filezilla/resources/flatzilla/16x16/upload.png
share/filezilla/resources/flatzilla/16x16/uploadadd.png
share/filezilla/resources/flatzilla/24x24/ascii.png
share/filezilla/resources/flatzilla/24x24/auto.png
share/filezilla/resources/flatzilla/24x24/binary.png
share/filezilla/resources/flatzilla/24x24/bookmark.png
share/filezilla/resources/flatzilla/24x24/cancel.png
share/filezilla/resources/flatzilla/24x24/compare.png
share/filezilla/resources/flatzilla/24x24/disconnect.png
share/filezilla/resources/flatzilla/24x24/download.png
share/filezilla/resources/flatzilla/24x24/downloadadd.png
share/filezilla/resources/flatzilla/24x24/file.png
share/filezilla/resources/flatzilla/24x24/filter.png
share/filezilla/resources/flatzilla/24x24/find.png
share/filezilla/resources/flatzilla/24x24/folder.png
share/filezilla/resources/flatzilla/24x24/folderclosed.png
share/filezilla/resources/flatzilla/24x24/help.png
share/filezilla/resources/flatzilla/24x24/leds.png
share/filezilla/resources/flatzilla/24x24/localtreeview.png
share/filezilla/resources/flatzilla/24x24/lock.png
share/filezilla/resources/flatzilla/24x24/logview.png
share/filezilla/resources/flatzilla/24x24/processqueue.png
share/filezilla/resources/flatzilla/24x24/queueview.png
share/filezilla/resources/flatzilla/24x24/reconnect.png
share/filezilla/resources/flatzilla/24x24/refresh.png
share/filezilla/resources/flatzilla/24x24/remotetreeview.png
share/filezilla/resources/flatzilla/24x24/server.png
share/filezilla/resources/flatzilla/24x24/sitemanager.png
share/filezilla/resources/flatzilla/24x24/speedlimits.png
share/filezilla/resources/flatzilla/24x24/synchronize.png
share/filezilla/resources/flatzilla/24x24/upload.png
share/filezilla/resources/flatzilla/24x24/uploadadd.png
share/filezilla/resources/flatzilla/32x32/ascii.png
share/filezilla/resources/flatzilla/32x32/auto.png
share/filezilla/resources/flatzilla/32x32/binary.png
share/filezilla/resources/flatzilla/32x32/bookmark.png
share/filezilla/resources/flatzilla/32x32/cancel.png
share/filezilla/resources/flatzilla/32x32/compare.png
share/filezilla/resources/flatzilla/32x32/disconnect.png
share/filezilla/resources/flatzilla/32x32/download.png
share/filezilla/resources/flatzilla/32x32/downloadadd.png
share/filezilla/resources/flatzilla/32x32/file.png
share/filezilla/resources/flatzilla/32x32/filter.png
share/filezilla/resources/flatzilla/32x32/find.png
share/filezilla/resources/flatzilla/32x32/folder.png
share/filezilla/resources/flatzilla/32x32/folderclosed.png
share/filezilla/resources/flatzilla/32x32/help.png
share/filezilla/resources/flatzilla/32x32/leds.png
share/filezilla/resources/flatzilla/32x32/localtreeview.png
share/filezilla/resources/flatzilla/32x32/lock.png
share/filezilla/resources/flatzilla/32x32/logview.png
share/filezilla/resources/flatzilla/32x32/processqueue.png
share/filezilla/resources/flatzilla/32x32/queueview.png
share/filezilla/resources/flatzilla/32x32/reconnect.png
share/filezilla/resources/flatzilla/32x32/refresh.png
share/filezilla/resources/flatzilla/32x32/remotetreeview.png
share/filezilla/resources/flatzilla/32x32/server.png
share/filezilla/resources/flatzilla/32x32/sitemanager.png
share/filezilla/resources/flatzilla/32x32/speedlimits.png
share/filezilla/resources/flatzilla/32x32/synchronize.png
share/filezilla/resources/flatzilla/32x32/upload.png
share/filezilla/resources/flatzilla/32x32/uploadadd.png
share/filezilla/resources/flatzilla/48x48/ascii.png
share/filezilla/resources/flatzilla/48x48/auto.png
share/filezilla/resources/flatzilla/48x48/binary.png
share/filezilla/resources/flatzilla/48x48/bookmark.png
share/filezilla/resources/flatzilla/48x48/cancel.png
share/filezilla/resources/flatzilla/48x48/compare.png
share/filezilla/resources/flatzilla/48x48/disconnect.png
share/filezilla/resources/flatzilla/48x48/download.png
share/filezilla/resources/flatzilla/48x48/downloadadd.png
share/filezilla/resources/flatzilla/48x48/file.png
share/filezilla/resources/flatzilla/48x48/filter.png
share/filezilla/resources/flatzilla/48x48/find.png
share/filezilla/resources/flatzilla/48x48/folder.png
share/filezilla/resources/flatzilla/48x48/folderclosed.png
share/filezilla/resources/flatzilla/48x48/help.png
share/filezilla/resources/flatzilla/48x48/leds.png
share/filezilla/resources/flatzilla/48x48/localtreeview.png
share/filezilla/resources/flatzilla/48x48/lock.png
share/filezilla/resources/flatzilla/48x48/logview.png
share/filezilla/resources/flatzilla/48x48/processqueue.png
share/filezilla/resources/flatzilla/48x48/queueview.png
share/filezilla/resources/flatzilla/48x48/reconnect.png
share/filezilla/resources/flatzilla/48x48/refresh.png
share/filezilla/resources/flatzilla/48x48/remotetreeview.png
share/filezilla/resources/flatzilla/48x48/server.png
share/filezilla/resources/flatzilla/48x48/sitemanager.png
share/filezilla/resources/flatzilla/48x48/speedlimits.png
share/filezilla/resources/flatzilla/48x48/synchronize.png
share/filezilla/resources/flatzilla/48x48/upload.png
share/filezilla/resources/flatzilla/48x48/uploadadd.png
share/filezilla/resources/flatzilla/theme.xml
share/filezilla/resources/leds.png
share/filezilla/resources/lone/16x16/ascii.png
share/filezilla/resources/lone/16x16/auto.png
share/filezilla/resources/lone/16x16/binary.png
share/filezilla/resources/lone/16x16/bookmark.png
share/filezilla/resources/lone/16x16/cancel.png
share/filezilla/resources/lone/16x16/compare.png
share/filezilla/resources/lone/16x16/disconnect.png
share/filezilla/resources/lone/16x16/download.png
share/filezilla/resources/lone/16x16/downloadadd.png
share/filezilla/resources/lone/16x16/file.png
share/filezilla/resources/lone/16x16/filter.png
share/filezilla/resources/lone/16x16/folder.png
share/filezilla/resources/lone/16x16/folderback.png
share/filezilla/resources/lone/16x16/folderclosed.png
share/filezilla/resources/lone/16x16/folderup.png
share/filezilla/resources/lone/16x16/help.png
share/filezilla/resources/lone/16x16/localtreeview.png
share/filezilla/resources/lone/16x16/lock.png
share/filezilla/resources/lone/16x16/logview.png
share/filezilla/resources/lone/16x16/processqueue.png
share/filezilla/resources/lone/16x16/queueview.png
share/filezilla/resources/lone/16x16/reconnect.png
share/filezilla/resources/lone/16x16/refresh.png
share/filezilla/resources/lone/16x16/remotetreeview.png
share/filezilla/resources/lone/16x16/server.png
share/filezilla/resources/lone/16x16/showhidden.png
share/filezilla/resources/lone/16x16/sitemanager.png
share/filezilla/resources/lone/16x16/speedlimits.png
share/filezilla/resources/lone/16x16/synchronize.png
share/filezilla/resources/lone/16x16/upload.png
share/filezilla/resources/lone/16x16/uploadadd.png
share/filezilla/resources/lone/32x32/ascii.png
share/filezilla/resources/lone/32x32/auto.png
share/filezilla/resources/lone/32x32/binary.png
share/filezilla/resources/lone/32x32/bookmark.png
share/filezilla/resources/lone/32x32/cancel.png
share/filezilla/resources/lone/32x32/compare.png
share/filezilla/resources/lone/32x32/disconnect.png
share/filezilla/resources/lone/32x32/download.png
share/filezilla/resources/lone/32x32/downloadadd.png
share/filezilla/resources/lone/32x32/file.png
share/filezilla/resources/lone/32x32/filter.png
share/filezilla/resources/lone/32x32/folder.png
share/filezilla/resources/lone/32x32/folderback.png
share/filezilla/resources/lone/32x32/folderclosed.png
share/filezilla/resources/lone/32x32/folderup.png
share/filezilla/resources/lone/32x32/help.png
share/filezilla/resources/lone/32x32/localtreeview.png
share/filezilla/resources/lone/32x32/lock.png
share/filezilla/resources/lone/32x32/logview.png
share/filezilla/resources/lone/32x32/processqueue.png
share/filezilla/resources/lone/32x32/queueview.png
share/filezilla/resources/lone/32x32/reconnect.png
share/filezilla/resources/lone/32x32/refresh.png
share/filezilla/resources/lone/32x32/remotetreeview.png
share/filezilla/resources/lone/32x32/showhidden.png
share/filezilla/resources/lone/32x32/sitemanager.png
share/filezilla/resources/lone/32x32/speedlimits.png
share/filezilla/resources/lone/32x32/synchronize.png
share/filezilla/resources/lone/32x32/upload.png
share/filezilla/resources/lone/32x32/uploadadd.png
share/filezilla/resources/lone/48x48/ascii.png
share/filezilla/resources/lone/48x48/auto.png
share/filezilla/resources/lone/48x48/binary.png
share/filezilla/resources/lone/48x48/bookmark.png
share/filezilla/resources/lone/48x48/cancel.png
share/filezilla/resources/lone/48x48/compare.png
share/filezilla/resources/lone/48x48/disconnect.png
share/filezilla/resources/lone/48x48/download.png
share/filezilla/resources/lone/48x48/downloadadd.png
share/filezilla/resources/lone/48x48/file.png
share/filezilla/resources/lone/48x48/filter.png
share/filezilla/resources/lone/48x48/folder.png
share/filezilla/resources/lone/48x48/folderback.png
share/filezilla/resources/lone/48x48/folderclosed.png
share/filezilla/resources/lone/48x48/folderup.png
share/filezilla/resources/lone/48x48/help.png
share/filezilla/resources/lone/48x48/localtreeview.png
share/filezilla/resources/lone/48x48/lock.png
share/filezilla/resources/lone/48x48/logview.png
share/filezilla/resources/lone/48x48/processqueue.png
share/filezilla/resources/lone/48x48/queueview.png
share/filezilla/resources/lone/48x48/reconnect.png
share/filezilla/resources/lone/48x48/refresh.png
share/filezilla/resources/lone/48x48/remotetreeview.png
share/filezilla/resources/lone/48x48/showhidden.png
share/filezilla/resources/lone/48x48/sitemanager.png
share/filezilla/resources/lone/48x48/speedlimits.png
share/filezilla/resources/lone/48x48/synchronize.png
share/filezilla/resources/lone/48x48/upload.png
share/filezilla/resources/lone/48x48/uploadadd.png
share/filezilla/resources/lone/theme.xml
share/filezilla/resources/minimal/16x16/ascii.png
share/filezilla/resources/minimal/16x16/auto.png
share/filezilla/resources/minimal/16x16/binary.png
share/filezilla/resources/minimal/16x16/bookmarks.png
share/filezilla/resources/minimal/16x16/cancel.png
share/filezilla/resources/minimal/16x16/compare.png
share/filezilla/resources/minimal/16x16/disconnect.png
share/filezilla/resources/minimal/16x16/download.png
share/filezilla/resources/minimal/16x16/downloadadd.png
share/filezilla/resources/minimal/16x16/file.png
share/filezilla/resources/minimal/16x16/filter.png
share/filezilla/resources/minimal/16x16/find.png
share/filezilla/resources/minimal/16x16/folder.png
share/filezilla/resources/minimal/16x16/folderback.png
share/filezilla/resources/minimal/16x16/folderclosed.png
share/filezilla/resources/minimal/16x16/folderup.png
share/filezilla/resources/minimal/16x16/help.png
share/filezilla/resources/minimal/16x16/localtreeview.png
share/filezilla/resources/minimal/16x16/lock.png
share/filezilla/resources/minimal/16x16/logview.png
share/filezilla/resources/minimal/16x16/processqueue.png
share/filezilla/resources/minimal/16x16/queueview.png
share/filezilla/resources/minimal/16x16/reconnect.png
share/filezilla/resources/minimal/16x16/refresh.png
share/filezilla/resources/minimal/16x16/remotetreeview.png
share/filezilla/resources/minimal/16x16/server.png
share/filezilla/resources/minimal/16x16/showhidden.png
share/filezilla/resources/minimal/16x16/sitemanager.png
share/filezilla/resources/minimal/16x16/speedlimits.png
share/filezilla/resources/minimal/16x16/synchronize.png
share/filezilla/resources/minimal/16x16/upload.png
share/filezilla/resources/minimal/16x16/uploadadd.png
share/filezilla/resources/minimal/32x32/file.png
share/filezilla/resources/minimal/theme.xml
share/filezilla/resources/opencrystal/16x16/ascii.png
share/filezilla/resources/opencrystal/16x16/auto.png
share/filezilla/resources/opencrystal/16x16/binary.png
share/filezilla/resources/opencrystal/16x16/bookmark.png
share/filezilla/resources/opencrystal/16x16/cancel.png
share/filezilla/resources/opencrystal/16x16/compare.png
share/filezilla/resources/opencrystal/16x16/disconnect.png
share/filezilla/resources/opencrystal/16x16/download.png
share/filezilla/resources/opencrystal/16x16/downloadadd.png
share/filezilla/resources/opencrystal/16x16/file.png
share/filezilla/resources/opencrystal/16x16/filter.png
share/filezilla/resources/opencrystal/16x16/find.png
share/filezilla/resources/opencrystal/16x16/folder.png
share/filezilla/resources/opencrystal/16x16/folderback.png
share/filezilla/resources/opencrystal/16x16/folderclosed.png
share/filezilla/resources/opencrystal/16x16/folderup.png
share/filezilla/resources/opencrystal/16x16/help.png
share/filezilla/resources/opencrystal/16x16/localtreeview.png
share/filezilla/resources/opencrystal/16x16/lock.png
share/filezilla/resources/opencrystal/16x16/logview.png
share/filezilla/resources/opencrystal/16x16/processqueue.png
share/filezilla/resources/opencrystal/16x16/queueview.png
share/filezilla/resources/opencrystal/16x16/reconnect.png
share/filezilla/resources/opencrystal/16x16/refresh.png
share/filezilla/resources/opencrystal/16x16/remotetreeview.png
share/filezilla/resources/opencrystal/16x16/server.png
share/filezilla/resources/opencrystal/16x16/showhidden.png
share/filezilla/resources/opencrystal/16x16/sitemanager.png
share/filezilla/resources/opencrystal/16x16/speedlimits.png
share/filezilla/resources/opencrystal/16x16/synchronize.png
share/filezilla/resources/opencrystal/16x16/upload.png
share/filezilla/resources/opencrystal/16x16/uploadadd.png
share/filezilla/resources/opencrystal/20x20/server.png
share/filezilla/resources/opencrystal/24x24/server.png
share/filezilla/resources/opencrystal/32x32/ascii.png
share/filezilla/resources/opencrystal/32x32/auto.png
share/filezilla/resources/opencrystal/32x32/binary.png
share/filezilla/resources/opencrystal/32x32/bookmark.png
share/filezilla/resources/opencrystal/32x32/cancel.png
share/filezilla/resources/opencrystal/32x32/compare.png
share/filezilla/resources/opencrystal/32x32/disconnect.png
share/filezilla/resources/opencrystal/32x32/download.png
share/filezilla/resources/opencrystal/32x32/downloadadd.png
share/filezilla/resources/opencrystal/32x32/file.png
share/filezilla/resources/opencrystal/32x32/filter.png
share/filezilla/resources/opencrystal/32x32/find.png
share/filezilla/resources/opencrystal/32x32/folder.png
share/filezilla/resources/opencrystal/32x32/folderback.png
share/filezilla/resources/opencrystal/32x32/folderclosed.png
share/filezilla/resources/opencrystal/32x32/folderup.png
share/filezilla/resources/opencrystal/32x32/help.png
share/filezilla/resources/opencrystal/32x32/localtreeview.png
share/filezilla/resources/opencrystal/32x32/lock.png
share/filezilla/resources/opencrystal/32x32/logview.png
share/filezilla/resources/opencrystal/32x32/processqueue.png
share/filezilla/resources/opencrystal/32x32/queueview.png
share/filezilla/resources/opencrystal/32x32/reconnect.png
share/filezilla/resources/opencrystal/32x32/refresh.png
share/filezilla/resources/opencrystal/32x32/remotetreeview.png
share/filezilla/resources/opencrystal/32x32/showhidden.png
share/filezilla/resources/opencrystal/32x32/sitemanager.png
share/filezilla/resources/opencrystal/32x32/speedlimits.png
share/filezilla/resources/opencrystal/32x32/synchronize.png
share/filezilla/resources/opencrystal/32x32/upload.png
share/filezilla/resources/opencrystal/32x32/uploadadd.png
share/filezilla/resources/opencrystal/48x48/ascii.png
share/filezilla/resources/opencrystal/48x48/auto.png
share/filezilla/resources/opencrystal/48x48/binary.png
share/filezilla/resources/opencrystal/48x48/bookmark.png
share/filezilla/resources/opencrystal/48x48/cancel.png
share/filezilla/resources/opencrystal/48x48/compare.png
share/filezilla/resources/opencrystal/48x48/disconnect.png
share/filezilla/resources/opencrystal/48x48/download.png
share/filezilla/resources/opencrystal/48x48/downloadadd.png
share/filezilla/resources/opencrystal/48x48/file.png
share/filezilla/resources/opencrystal/48x48/filter.png
share/filezilla/resources/opencrystal/48x48/find.png
share/filezilla/resources/opencrystal/48x48/folder.png
share/filezilla/resources/opencrystal/48x48/folderback.png
share/filezilla/resources/opencrystal/48x48/folderclosed.png
share/filezilla/resources/opencrystal/48x48/folderup.png
share/filezilla/resources/opencrystal/48x48/help.png
share/filezilla/resources/opencrystal/48x48/localtreeview.png
share/filezilla/resources/opencrystal/48x48/lock.png
share/filezilla/resources/opencrystal/48x48/logview.png
share/filezilla/resources/opencrystal/48x48/processqueue.png
share/filezilla/resources/opencrystal/48x48/queueview.png
share/filezilla/resources/opencrystal/48x48/reconnect.png
share/filezilla/resources/opencrystal/48x48/refresh.png
share/filezilla/resources/opencrystal/48x48/remotetreeview.png
share/filezilla/resources/opencrystal/48x48/showhidden.png
share/filezilla/resources/opencrystal/48x48/sitemanager.png
share/filezilla/resources/opencrystal/48x48/speedlimits.png
share/filezilla/resources/opencrystal/48x48/synchronize.png
share/filezilla/resources/opencrystal/48x48/upload.png
share/filezilla/resources/opencrystal/48x48/uploadadd.png
share/filezilla/resources/opencrystal/theme.xml
share/filezilla/resources/sun/48x48/ascii.png
share/filezilla/resources/sun/48x48/auto.png
share/filezilla/resources/sun/48x48/binary.png
share/filezilla/resources/sun/48x48/bookmark.png
share/filezilla/resources/sun/48x48/cancel.png
share/filezilla/resources/sun/48x48/compare.png
share/filezilla/resources/sun/48x48/disconnect.png
share/filezilla/resources/sun/48x48/download.png
share/filezilla/resources/sun/48x48/downloadadd.png
share/filezilla/resources/sun/48x48/file.png
share/filezilla/resources/sun/48x48/filter.png
share/filezilla/resources/sun/48x48/find.png
share/filezilla/resources/sun/48x48/folder.png
share/filezilla/resources/sun/48x48/folderback.png
share/filezilla/resources/sun/48x48/folderclosed.png
share/filezilla/resources/sun/48x48/folderup.png
share/filezilla/resources/sun/48x48/help.png
share/filezilla/resources/sun/48x48/localtreeview.png
share/filezilla/resources/sun/48x48/lock.png
share/filezilla/resources/sun/48x48/logview.png
share/filezilla/resources/sun/48x48/processqueue.png
share/filezilla/resources/sun/48x48/queueview.png
share/filezilla/resources/sun/48x48/reconnect.png
share/filezilla/resources/sun/48x48/refresh.png
share/filezilla/resources/sun/48x48/remotetreeview.png
share/filezilla/resources/sun/48x48/showhidden.png
share/filezilla/resources/sun/48x48/sitemanager.png
share/filezilla/resources/sun/48x48/speedlimits.png
share/filezilla/resources/sun/48x48/synchronize.png
share/filezilla/resources/sun/48x48/upload.png
share/filezilla/resources/sun/48x48/uploadadd.png
share/filezilla/resources/sun/theme.xml
share/filezilla/resources/tango/16x16/ascii.png
share/filezilla/resources/tango/16x16/auto.png
share/filezilla/resources/tango/16x16/binary.png
share/filezilla/resources/tango/16x16/bookmark.png
share/filezilla/resources/tango/16x16/cancel.png
share/filezilla/resources/tango/16x16/compare.png
share/filezilla/resources/tango/16x16/disconnect.png
share/filezilla/resources/tango/16x16/download.png
share/filezilla/resources/tango/16x16/downloadadd.png
share/filezilla/resources/tango/16x16/file.png
share/filezilla/resources/tango/16x16/filter.png
share/filezilla/resources/tango/16x16/find.png
share/filezilla/resources/tango/16x16/folder.png
share/filezilla/resources/tango/16x16/folderclosed.png
share/filezilla/resources/tango/16x16/localtreeview.png
share/filezilla/resources/tango/16x16/lock.png
share/filezilla/resources/tango/16x16/logview.png
share/filezilla/resources/tango/16x16/processqueue.png
share/filezilla/resources/tango/16x16/queueview.png
share/filezilla/resources/tango/16x16/reconnect.png
share/filezilla/resources/tango/16x16/refresh.png
share/filezilla/resources/tango/16x16/remotetreeview.png
share/filezilla/resources/tango/16x16/server.png
share/filezilla/resources/tango/16x16/sitemanager.png
share/filezilla/resources/tango/16x16/synchronize.png
share/filezilla/resources/tango/16x16/unknown.png
share/filezilla/resources/tango/16x16/upload.png
share/filezilla/resources/tango/16x16/uploadadd.png
share/filezilla/resources/tango/32x32/ascii.png
share/filezilla/resources/tango/32x32/auto.png
share/filezilla/resources/tango/32x32/binary.png
share/filezilla/resources/tango/32x32/bookmark.png
share/filezilla/resources/tango/32x32/cancel.png
share/filezilla/resources/tango/32x32/compare.png
share/filezilla/resources/tango/32x32/disconnect.png
share/filezilla/resources/tango/32x32/download.png
share/filezilla/resources/tango/32x32/downloadadd.png
share/filezilla/resources/tango/32x32/file.png
share/filezilla/resources/tango/32x32/filter.png
share/filezilla/resources/tango/32x32/find.png
share/filezilla/resources/tango/32x32/folder.png
share/filezilla/resources/tango/32x32/folderclosed.png
share/filezilla/resources/tango/32x32/localtreeview.png
share/filezilla/resources/tango/32x32/lock.png
share/filezilla/resources/tango/32x32/logview.png
share/filezilla/resources/tango/32x32/processqueue.png
share/filezilla/resources/tango/32x32/queueview.png
share/filezilla/resources/tango/32x32/reconnect.png
share/filezilla/resources/tango/32x32/refresh.png
share/filezilla/resources/tango/32x32/remotetreeview.png
share/filezilla/resources/tango/32x32/server.png
share/filezilla/resources/tango/32x32/sitemanager.png
share/filezilla/resources/tango/32x32/synchronize.png
share/filezilla/resources/tango/32x32/unknown.png
share/filezilla/resources/tango/32x32/upload.png
share/filezilla/resources/tango/32x32/uploadadd.png
share/filezilla/resources/tango/48x48/ascii.png
share/filezilla/resources/tango/48x48/auto.png
share/filezilla/resources/tango/48x48/binary.png
share/filezilla/resources/tango/48x48/bookmark.png
share/filezilla/resources/tango/48x48/cancel.png
share/filezilla/resources/tango/48x48/compare.png
share/filezilla/resources/tango/48x48/disconnect.png
share/filezilla/resources/tango/48x48/download.png
share/filezilla/resources/tango/48x48/downloadadd.png
share/filezilla/resources/tango/48x48/file.png
share/filezilla/resources/tango/48x48/filter.png
share/filezilla/resources/tango/48x48/find.png
share/filezilla/resources/tango/48x48/folder.png
share/filezilla/resources/tango/48x48/folderclosed.png
share/filezilla/resources/tango/48x48/localtreeview.png
share/filezilla/resources/tango/48x48/lock.png
share/filezilla/resources/tango/48x48/logview.png
share/filezilla/resources/tango/48x48/processqueue.png
share/filezilla/resources/tango/48x48/queueview.png
share/filezilla/resources/tango/48x48/reconnect.png
share/filezilla/resources/tango/48x48/refresh.png
share/filezilla/resources/tango/48x48/remotetreeview.png
share/filezilla/resources/tango/48x48/server.png
share/filezilla/resources/tango/48x48/sitemanager.png
share/filezilla/resources/tango/48x48/synchronize.png
share/filezilla/resources/tango/48x48/unknown.png
share/filezilla/resources/tango/48x48/upload.png
share/filezilla/resources/tango/48x48/uploadadd.png
share/filezilla/resources/tango/theme.xml
share/filezilla/resources/theme.xml
share/filezilla/resources/up.png
share/filezilla/resources/xrc/certificate.xrc
share/filezilla/resources/xrc/dialogs.xrc
share/filezilla/resources/xrc/inputdialog.xrc
share/filezilla/resources/xrc/menus.xrc
share/filezilla/resources/xrc/netconfwizard.xrc
share/filezilla/resources/xrc/quickconnectbar.xrc
share/filezilla/resources/xrc/settings.xrc
share/filezilla/resources/xrc/sitemanager.xrc
share/filezilla/resources/xrc/toolbar.xrc
share/filezilla/resources/xrc/update.xrc
share/icons/hicolor/16x16/apps/filezilla.png
share/icons/hicolor/32x32/apps/filezilla.png
share/icons/hicolor/48x48/apps/filezilla.png
share/icons/hicolor/scalable/apps/filezilla.svg
share/locale/an/LC_MESSAGES/filezilla.mo
share/locale/ar/LC_MESSAGES/filezilla.mo
share/locale/bg_BG/LC_MESSAGES/filezilla.mo
share/locale/ca/LC_MESSAGES/filezilla.mo
share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo
share/locale/co/LC_MESSAGES/filezilla.mo
share/locale/cs_CZ/LC_MESSAGES/filezilla.mo
share/locale/cy/LC_MESSAGES/filezilla.mo
share/locale/da/LC_MESSAGES/filezilla.mo
share/locale/de/LC_MESSAGES/filezilla.mo
share/locale/el/LC_MESSAGES/filezilla.mo
share/locale/es/LC_MESSAGES/filezilla.mo
share/locale/et/LC_MESSAGES/filezilla.mo
share/locale/eu/LC_MESSAGES/filezilla.mo
share/locale/fa_IR/LC_MESSAGES/filezilla.mo
share/locale/fi_FI/LC_MESSAGES/filezilla.mo
share/locale/fr/LC_MESSAGES/filezilla.mo
share/locale/gl_ES/LC_MESSAGES/filezilla.mo
share/locale/he_IL/LC_MESSAGES/filezilla.mo
share/locale/hr/LC_MESSAGES/filezilla.mo
share/locale/hu_HU/LC_MESSAGES/filezilla.mo
share/locale/hy/LC_MESSAGES/filezilla.mo
share/locale/id_ID/LC_MESSAGES/filezilla.mo
share/locale/is/LC_MESSAGES/filezilla.mo
share/locale/it/LC_MESSAGES/filezilla.mo
share/locale/ja_JP/LC_MESSAGES/filezilla.mo
share/locale/ka/LC_MESSAGES/filezilla.mo
share/locale/kab/LC_MESSAGES/filezilla.mo
share/locale/km_KH/LC_MESSAGES/filezilla.mo
share/locale/ko_KR/LC_MESSAGES/filezilla.mo
share/locale/ku/LC_MESSAGES/filezilla.mo
share/locale/ky/LC_MESSAGES/filezilla.mo
share/locale/lo_LA/LC_MESSAGES/filezilla.mo
share/locale/lt_LT/LC_MESSAGES/filezilla.mo
share/locale/lv_LV/LC_MESSAGES/filezilla.mo
share/locale/mk_MK/LC_MESSAGES/filezilla.mo
share/locale/nb_NO/LC_MESSAGES/filezilla.mo
share/locale/ne/LC_MESSAGES/filezilla.mo
share/locale/nl/LC_MESSAGES/filezilla.mo
share/locale/nn_NO/LC_MESSAGES/filezilla.mo
share/locale/oc/LC_MESSAGES/filezilla.mo
share/locale/pl_PL/LC_MESSAGES/filezilla.mo
share/locale/pt_BR/LC_MESSAGES/filezilla.mo
share/locale/pt_PT/LC_MESSAGES/filezilla.mo
share/locale/ro_RO/LC_MESSAGES/filezilla.mo
share/locale/ru/LC_MESSAGES/filezilla.mo
share/locale/sk_SK/LC_MESSAGES/filezilla.mo
share/locale/sl_SI/LC_MESSAGES/filezilla.mo
share/locale/sr/LC_MESSAGES/filezilla.mo
share/locale/sv/LC_MESSAGES/filezilla.mo
share/locale/th_TH/LC_MESSAGES/filezilla.mo
share/locale/tr/LC_MESSAGES/filezilla.mo
share/locale/uk_UA/LC_MESSAGES/filezilla.mo
share/locale/vi_VN/LC_MESSAGES/filezilla.mo
share/locale/zh_CN/LC_MESSAGES/filezilla.mo
share/locale/zh_TW/LC_MESSAGES/filezilla.mo
share/pixmaps/filezilla.png