Subscribe to AfterDawn's weekly newsletter.
Version history for FlashFXP
<<Back to software description
Changes for v4.1.7 build 1688 - v4.1.8 build 1701
- This hot fix makes FlashFXP compatible with Windows XP service pack 1 and service pack 2, The previous release required Windows XP service pack 3 to run.
Changes for v4.1.6 build 1688 - v4.1.7 build 1688
- Improved http proxy and ftp ssl/tls handshakes.
- Improved passive mode connections via a proxy server.
- Fixed: [ftp/list/parser] trailing spaces in file/folder names were being truncated.
- Fixed: [ftp/ssl] Improved and addressed some issues related to ssl session re-use on the data connection socket.
- Fixed: [ftp/ssl] When closing the ssl session of a data connection FlashFXP wasn't waiting for an answer from the server, technically this is acceptable but could be a security risk? This change makes FlashFXP compatible with vsftpd when the config setting strict_ssl_read_eof=Yes
- Upgraded SFTP engine to the latest version.
- Fixed: [UI/drawing/non-themed] a small area of the toolbar background wasn't being painted correctly and displayed random colors.
- Fixed: [ftp/upload] In some situations the upload would fail with a "File Read Error".
- Fixed: [ftp/proxy/data connection] When connecting to a local proxy via the hostname if the hostname resolved to an IPv6 address in some cases the IPv6 address was treated as an IPv4 address resulting in a data connection failure.
- Improved: [site configuration] Site Manager > FTP > Option "Use site IP for passive mode connections". The previous build wasn't using this option correctly causing a malfunction on some FTP servers.
- Fixed: [transfer/case conversion] Filename case conversion option when using 'first character upper case' the first character was not upper-cased.
- Fixed: [queue] When performing an en-queued delete operation if the connection to the server was lost then FlashFXP did not mark the delete operation as failed and go onto the next item in the queue.
- Improved: [local browser/tree] The performance of local browser tree navigation when navigating network file locations.
- Fixed: [task scheduler/task] When using the weekly schedule and selecting Wednesday, it would report a COM error "the parameter is incorrect".
- Fixed: [proxy] SOCKS/HTTP proxy issue when using a local LAN based proxy to connect to a remote FTP server where the FTP server PASV reply returns a local LAN IP address.
- Improved: [site configuration] Site Manager > FTP > Option "Use site IP for passive mode connections", This setting now has 3 states, unchecked (off), checked (on), and intermediate (auto-detect).
- Fixed: [key manager] Exporting public and private keys via the key manager. (BUG #619)
- Fixed: [ftp/data connection] after a passive data connection failure the retry attempt would also fail because an internal state flag wasn't reset back to default.
- Fixed: [sftp/upload] a defect triggered by uploading a 0 byte file using the SFTP protocol, after the upload completed the next upload or directory listing would fail.
- Added: [custom commands] the ability to create symbolic links (SFTP protocol) using a custom command, the syntax is "SITE SYMLINK "
- Misc: More general tweaks, improvements, fixes and optimizations.
Changes for v4.1.6 build 1673 - v4.1.6 build 1688
- Improved http proxy and ftp ssl/tls handshakes.
- Improved passive mode connections via a proxy server.
- Fixed: [ftp/list/parser] trailing spaces in file/folder names were being truncated.
- Fixed: [ftp/ssl] Improved and addressed some issues related to ssl session re-use on the data connection socket.
- Fixed: [ftp/ssl] When closing the ssl session of a data connection FlashFXP wasn't waiting for an answer from the server, technically this is acceptable but could be a security risk? This change makes FlashFXP compatible with vsftpd when the config setting strict_ssl_read_eof=Yes
- Upgraded SFTP engine to the latest version.
- Fixed: [UI/drawing/non-themed] a small area of the toolbar background wasn't being painted correctly and displayed random colors.
- Fixed: [ftp/upload] In some situations the upload would fail with a "File Read Error".
- Fixed: [ftp/proxy/data connection] When connecting to a local proxy via the hostname if the hostname resolved to an IPv6 address in some cases the IPv6 address was treated as an IPv4 address resulting in a data connection failure.
- Improved: [site configuration] Site Manager > FTP > Option "Use site IP for passive mode connections". The previous build wasn't using this option correctly causing a malfunction on some FTP servers.
- Fixed: [transfer/case conversion] Filename case conversion option when using 'first character upper case' the first character was not upper-cased.
- Fixed: [queue] When performing an en-queued delete operation if the connection to the server was lost then FlashFXP did not mark the delete operation as failed and go onto the next item in the queue.
- Improved: [local browser/tree] The performance of local browser tree navigation when navigating network file locations.
- Fixed: [task scheduler/task] When using the weekly schedule and selecting Wednesday, it would report a COM error "the parameter is incorrect".
- Fixed: [proxy] SOCKS/HTTP proxy issue when using a local LAN based proxy to connect to a remote FTP server where the FTP server PASV reply returns a local LAN IP address.
- Improved: [site configuration] Site Manager > FTP > Option "Use site IP for passive mode connections", This setting now has 3 states, unchecked (off), checked (on), and intermediate (auto-detect).
- Fixed: [key manager] Exporting public and private keys via the key manager. (BUG #619)
- Fixed: [ftp/data connection] after a passive data connection failure the retry attempt would also fail because an internal state flag wasn't reset back to default.
- Fixed: [sftp/upload] a defect triggered by uploading a 0 byte file using the SFTP protocol, after the upload completed the next upload or directory listing would fail.
- Added: [custom commands] the ability to create symbolic links (SFTP protocol) using a custom command, the syntax is "SITE SYMLINK "
- Misc: More general tweaks, improvements, fixes and optimizations.
Changes for v4.1.5 build 1668 - v4.1.6 build 1673
- Improved status-bar panel width sizing for text translations, specifically during a file transfer the panel width would re-size to fit the length of text plus time which could fluctuate between hh:mm:ss and mm:ss changing the width of the panel, now the panel is sized to fit the translation + hh:mm:ss.
- Deleting a symbolic link to a folder via the tree navigation now treats the symbolic link as a file delete operation instead of a folder delete.
- Cleaned up the site name displayed in the Active Edits window.
- Improved remote edit feature to auto reconnect and re-upload the file in the event of a connection loss during the file upload.
- Fixed symbolic links on FTP servers using MLSD, in some cases the symbolic links were not displayed.
- Fixed modifying items in the per-site skip list while connected to the site did not take immediate effect.
- Fixed the local browser tree navigation drag/drop would sometimes stop functioning when switching between local and remote browsers.
- Fixed changing the sort order in the local file browser would sometimes clear the item selection.
- Fixed manually refreshing the local file browser would sometimes cause the item selection to malfunction.
- Changed the default "whats new" viewer to a customized version that sets word wrap as default and removed the unnecessary set font/background options from the menu.
- Fixed drawing issue in the text editor when when resizing the window or toggling word wrap.
- Fixed excessively long wait when aborting a file transfer when using FTP+SSL, sometimes the abort could take up to 2 minutes to complete.
- Fixed memory leak triggered by aborting a FTP upload using MODE Z. The Zlib compression object wasn't properly finalized to free the internal memory buffer.
- Fixed FTP+SSL download issue that sometimes resulted in a transfer error even though the transfer was successful, this was caused by the way the SSL connection was shutdown.
- Fixed access violation crash when running FlashFXP on windows 2000 or with themes disabled when in the Preferences dialog > Toolbars section. We missed a test to verify themes before attempting to use them to draw the default background.
- Fixed access violation crash that can occur when switching between the local and remote browser.
- Fixed a defect that prevented ASCII files from downloading 100% on some FTP servers, the transfer would appear frozen or stalled and would eventually time out.
- Fixed site name defect in the remark column of the queue window when displaying the name of a site within a nested group.
- Fixed an issue when running on pre Windows Vista operating systems where minimizing the main window didn't minimize the children windows.
- Fixed selecting "rename" from the file conflict prompt failed to rename the file.
- Improved "rename" on the file conflict prompt, it now checks to see if the new file-name exists.
Changes for v4.1.5.1667 - v4.1.5 build 1668
- FlashFXP could lockup while displaying the connect menu after disconnecting from a site.
- The remote navigation tree wasn't populated correctly when connecting to sites with a pre-defined remote path
Changes for v4.1.4.1664 - v4.1.5.1667
- Fixed an issue that resulted a false positive error "Change Folder Failure: (5: Access is denied)" during upload. The IO result wasn't cleared before testing for failure.
- Fixed an issue where switching between MLSD and LIST (or stat -al) didn't correctly clear the remote folder cache.
- Added a work-around specifically for XeXMenu FTPD 0.1 to address an issue when navigating into empty folders.
- Fixed an issue where the oldest site in the quick connect history was removed when the history limit was reached, instead of removing the site with the oldest last connection time.
- Fixed an issue where FlashFXP was throttling the rate at which commands were sent to the server, this was most noticeable during recursive deletes and when transferring many small files.
- Fixed changing the per-site preserve file date/time settings in the file transfer rules dialog didn't take immediate effect.
- Fixed proxy/connection failure when connecting to an sftp server, resulting in an error message 'SSH Error: The packet is too large.'
- Fixed a connection failure that occurred under the following conditions, connect to a ftp+ssl server and then disconnect before the ssl handshake completes, now connecting to a non-ssl ftp server, after about 30 seconds the connection attempt would fail.
- Fixed an access violation that occurred when performing an en-queued operation (rename, exec custom command, move, delete).
- Fixed reported progress percentage during an en-queued delete operation, the progress would jump between the correct value and 100%, and the progress bar wasn't shown on the status-bar.
- Fixed an issue where several toolbar buttons would enabled/disabled while transferring a queue under multiple different conditions.
- Added additional support to handle servers that report the remote path as "//path/to/my/home", the tree navigation wasn't allowing "//" as a valid root.
Changes for v4.1.3.1658 - v4.1.4.1664
- Fixed upload performance issue, after lots of testing and research I have determined that the problem is related to windows "Receive Window Auto-Tuning Level" setting. If you experience a slow down in this release vs previous releases please let me know via the forums.
- Fixed custom command token %f when executing a command via the FTP search dialog. It was returning the path + filename instead of just the filename. (bug #582)
- Fixed custom command token %c to correctly handle multiple commands separated by CR/LF.
- Fixed the Active Edits dialog would automatically appear after restoring the main window, this issue only appeared on versions of windows prior to Vista.
- Fixed auto reconnect on remote server move folder/file, the connection was restored but the operation was not executed if the main window did not have focus. (Bug #586)
- Fixed the "swap panes" feature wasn't swapping the text shown on the status-bar. (Bug #587)
- Fixed defect when performing a custom command after a loss of connection (i.e idle timeout), The connection is restored but the command wasn't always sent. (Bug #585)
- Improved SFTP upload speed on OpenSSH servers.
- Improved command line switch parser. (bug #594)
- Fixed after performing a en-queued remote file delete operation the directory listing wasn't refreshed.
Changes for v4.1.2 build 1655 - v4.1.3.1658
- Fixed grabled text in the session status window.
- Added new option (in Preference / Live Update) "prompt to select download location".
Changes for v4.1.1 build 1651 - v4.1.2.1654
- Fixed file name character case conversion during a file upload, the conversion was not always being applied to the file name in some situations. (bug #565)
- The installer update used for the previous update included an unexpected change that resulted in all command line parameters being quoted. This this change was unexpected and broke part of the uninstall process where FlashFXP prompts to remove the program data files.
- Fixed PASV mode when using a FTP proxy. FlashFXP was forcing the server IP when the FTP proxy was located on a local network.
- Fixed the behavior of select-all (ctrl+A) in the file list pane, performing a select-all will now un-select the parent directory. (Bug #571)
- Fixed local file browser slow performance issue navigating to "My computer" if it contained a disconnected or ejected disk.
- Fixed an issue where custom commands weren't being imported when upgrading from FlashFXP v3.x.
- Changed the list socket data timeout so that its not bound by the connection timeout value, a low connection timeout could result in a lost of connection on a large directory or slow ftp server.
- Improved the file transfer action rule for "rename" to try again on rename failure then if it fails mark the file as failed.
- Fixed the sub-search feature on the server file search dialog where in some cases it would become non-functional.
- Improved the Live-Update feature, future versions will no longer prompt for a download location, the update will download to your temp folder and be deleted after updating.
- Improved performance speed and the efficiency of FTP uploads on high-speed networks.
- Fixed memory leak in key / certificate manager.
- Fixed memory leak in DNS resolver.
- Fixed a defect that prevents logging of scheduled tasks when global logging is turned off and "store logs in unique session folders" is checked.
- Fixed a defect in the path drop-down box requiring a double click to trigger the drop-down.
- Fixed a defect in the logging setting of scheduled tasks that resulted in no logging from occurring.
Changes for v4.1 build 1648 - v4.1.1 build 1651
- Fixed an issue where certain raw command groups contained invalid keyboard shortcuts that would be bound to standard A-Z characters without a (alt, ctrl, shift) modifier, in most cases binding to the "e" key, this prevented the "e" character from being entered.
- Fixed an issue with plain text FTP downloads being incomplete (missing the last few bytes) under heavy disk i/o.
- Updated the installer script engine to resolve an issue with FlashFXP failing to install on large hard drives (the previous fix was a crude patch), this is an official update from the developer.
- Fixed 'compare folder' and 'transfer mode' tool-bar button defect, after clicking the drop-down arrow the button arrow disappeared.
- Fixed defect in the behavior of the "Stalled transfers > Restart transfer if no data transferred" option, when the option was unchecked the feature did not disable as intended and the stall detection timeout was to 0 seconds triggering a timeout.
- Added status-bar status icon indicator to reflect when FTP MODE Z or SFTP compression is enabled.
- Fixed an issue where the "parent folder" item in the server file list was unclickable after performing a remote folder delete.
- Fixed an issue where local browser would revert back to the default local path after a file transfer if the connection is lost or if you're not connected to the server when the transfer is executed.
- Fixed an issue when importing sites from total commander, the password field wasn't decrypted correctly.
- Changed the way the navigation tree monitors for folder changes, in previous builds FlashFXP monitored all drives, now only the drive of the selected folder is monitored for changes. This change was needed to resolve an issue that prevented the user from removing removable hard drives while FlashFXP was running.
Changes for v4.1.0 Build 1554 Beta - 4.1.0 Build 1567 Beta
- Major speed improvements to the local browser file list
- Updated Exception/bug reporting component
- Fixed local browser problem when browsing certain unmapped UNC network paths when the tree navigation is activated
- Major code re-factoring on many parts of the low level code base
- Fixed task-bar progress showing incorrect progress for events after using the server file search or calculate disk space features
- Added Preferences dialog > General > Options > screen reader friendly task-bar caption, which reverses the task-bar caption i.e. FlashFXP - site name
Changes for v4.0 build 1548 - v4.1.0 Build 1554 Beta
- This is a minor update to FlashFXP v4.0.
- Major speed improvements to the local browser file list.
- Updated Exception/bug reporting component.
- Fixed local browser problem when browsing certain unmapped UNC network paths when the tree navigation is activated.
- Major code re-factoring on many parts of the low level code base.
- Fixed task-bar progress showing incorrect progress for events after using the server file search or calculate disk space features.
- Added Preferences dialog > General > Options > screen reader friendly task-bar caption, which reverses the task-bar caption i.e. FlashFXP - site name.
- Improved transfer mode logic when using MLSD and transferring files in ASCII/Binary mode by eliminating an unnecessary transfer mode change for files that are skipped.
- Several improvements to the server file search feature.
- Added hot keys to select matching highlight patterns in the active file list, filters dialog > highlight list. ALT+1 will select all items that match the first pattern in the hightlist list, ALT+2 to ALT+9 the respective items, and ALT+0 to select the 10th pattern.
- Minor improvements to the queue list control to improve the the speed of adding/removing items.
- Re-factored the method of loading a queue via the restore queue dialog to lower memory consumption.
- Resolved an issue where in some cases the connect and disconnect buttons are disabled.
- Resolved an issue with synchronized browsing where a sync'd folder change could result in a second sync attempt on the server triggering a "the folder does not exist" error.
- Reduced the overall CPU usage of FlashFXP without compromising our fast and high performance file transfers.
- Fixed issue in task scheduler dialog where it would get stuck in an error box loop if the windows task scheduler service is disabled.
Changes for v4.0.0 Build 1545 - v4.0 build 1548
- The installer has been updated, some users experienced an automatic computer restart after update. The installer should never restart the computer.
- Re-worked the internal file associations, in the previous build editing or adding a new file association caused the association to become corrupted.
- Re-worked an internal routine used for object look ups via a hash table, the collision handling was flawed in a way that could sometimes result in an access violation.
- Added a compare folder setting to enable/disable case-sensitive item name for comparisons.
Changes for v4.0.0 Build 1545 - v4.0.0.1547 Hot fix
- The installer has been updated, some users experienced an automatic computer restart after update. The installer should never restart the computer.
- Re-worked the internal file associations, in the previous build editing or adding a new file association caused the association to become corrupted.
- Re-worked an internal routine used for object look ups via a hash table, the collision handling was flawed in a way that could sometimes result in an access violation.
- Added a compare folder setting to enable/disable case-sensitive item name for comparisons.
Changes for v4.0.0 Build 1540 - v4.0.0 Build 1545
- Fixed load queue routine when using the command line switch -restorequeue.
- Fixed logic error which allowed the user to start the transfer queue during a delete operation.
- Fixed missing treeview text coloring (skiplist/highlight) when the application is started with the treeview visible.
- Minor changes to the way sounds events are executed.
- Changed the File Association > Add/Edit File Patterns to disallow entries containing semi-colons.
- Minor changes to the remote tree navigation backend to improve performance.
- Changed the remote delete behavior so that when deleting just files from the current folder a file listing refresh isn't performed.
- Changed the remote move behavior so that when moving items a file listing refresh isn't performed.
- Changed the File Association > Add/Edit File Patterns to disallow entries with only spaces.
- Fixed wheel scrolling the tree-view control on the Folder tree dialog prompt and on the Site Folder tree dialog prompt.
- Refined the task scheduler repeat task input validation, as it allowed invalid values to be set resulting in an error saving the task.
- Added a workaround for "clever internet suite ftp service", as its not 100% RFC compatible.
- Fixed UTF8 SFTP issue, An unexpected change in the SFTP engine broke the UTF8 character conversion.
- Fixed command line transfer failure when transferring the root folder.
- Fixed menu navigation glitching, such as clicks not registering.
- Fixed bug in the remote recursive delete routine that could sometimes occur if the connection was lost during the operation.
Changes for v4.0.0 Build 1539 - v4.0.0 Build 1540
- Fixed sort by Type (ascending/descending) as it was not sorting as intended. Local and remote panes had similar issues.
- Added automatic parsing of sftp:// ftps:// and ftpes:// URLs when pasted into the quick connect and site manager host fields. This was previously limited to just ftp://
- Added improved error handling to the shareware dialog when checking for and displaying special deals to customers.
- Improved logic within the transfer progress UI update routine during a site to site transfer, in some rare cases a divide by zero was triggered.
- Fixed remote edit or view issue, when aborting the operation FlashFXP would re-attempt to transfer the file.
- Updated SFTP engine.
- Updated OpenSSL to 1.0.0d
- Fixed crash when FlashFXP is closed during a remote file search.
- Added a list parser auto fall back to standard UNIX: L8 list format.
- Fixed overlay icons not appearing in the local browser > folder tree.
- Optimized local browser > folder tree.
- Optimized transfer graph.
- Fixed update error when launching the update installer via FlashFXP. This was caused by a User Account Control (UAC) issue.
- Fixed View > Left Tree and Right Tree when Swap Panes is activated.
- Fixed shareware trial evaluation mode.
Changes for v4.0 build 1535 - v4.0.0 Build 1539
- Fixed sort by Type (ascending/descending) as it was not sorting as intended. Local and remote panes had similar issues.
- Added automatic parsing of sftp:// ftps:// and ftpes:// URLs when pasted into the quick connect and site manager host fields. This was previously limited to just ftp://
- Added improved error handling to the shareware dialog when checking for and displaying special deals to customers.
- Improved logic within the transfer progress UI update routine during a site to site transfer, in some rare cases a divide by zero was triggered.
- Fixed remote edit or view issue, when aborting the operation FlashFXP would re-attempt to transfer the file.
- Updated SFTP engine.
- Updated OpenSSL to 1.0.0d
- Fixed crash when FlashFXP is closed during a remote file search.
- Added a list parser auto fall back to standard UNIX: L8 list format.
- Fixed overlay icons not appearing in the local browser > folder tree.
- Optimized local browser > folder tree.
- Optimized transfer graph.
- Fixed update error when launching the update installer via FlashFXP. This was caused by a User Account Control (UAC) issue.
Changes for v4.0.0 Build 1523 - v4.0.0 Build 1525
- Fixed Add to bookmark entry non-functional on the folder bookmark menu.
- Fixed Synchronized browsing dead-lock when manually enabled on two servers with identical folder structures.
- Fixed incorrect queue behavior when dragging from the remote folder tree to the local folder tree.
- Fixed u3 portable installer: the manifest build number wasn't increased preventing an upgrade installation.
- Added a "Download additional languages" link to the language select dialog that appears the first time FlashFXP runs.
Changes for v4.0 Build 1516 - v4.0.0 Build 1523
- Fixed issue with bookmark button menu not always populating or updating correctly.
- Changed the behavior of remote edits so that the absolute or relative path to the file used during download.
- Added support for ..\ and .\ in local folder bookmarks.
Changes for v4.0 build 1513 - v4.0 Build 1516
- Fixed issue with renaming folders via the local directory tree pane.
- Fixed an issue where if the connection is reset by peer then FlashFXP may not automatically reconnect and resume the operation that was in progress.
Changes for v3.8 (3.7.8 Build 1332) Beta - v4.0.0.1510
- New Features
- SFTP (SSH File Transfer Protocol) Support.
- Remote file editing with automatic upload on save.
- Automated file transfer scheduling with e-mail notifications.
- File transfer rules based on size, and, or date.
- Integrated language translation editor.
- Simplified user interface.
- New toolbar backgrounds.
- New Integrated Translation Editor.
- Changes
- Windows 7 Improvements and features.
- Improved and optimized local shell file browser.
- Improved and optimized file transfers.
- Improved and optimized tcp/ip buffer sizes.
- Improved FTP File Search.
- Improved logging system.
- LiveUpdate settings have been moved into the Preferences.
- You can now define the default character encoding in the Preferences.
- Upgraded to the latest version of FastMM memory manager.
- Updated OpenSSL 1.0.0b
Changes for v4.0 Build 1499 RC 3 - v4.0 Build 1502 RC 3
- Improved performance when downloading lots of small files (20-25x faster than the previous build and 2-3x faster than 3.6).
- Fixed dot-less IP addresses in the IP Address dialog when adding IP:PORT
- Fixed DPI scaling issues in the Site manager and Preference dialogs.
- Fixed Active Edits window issue when minimizing the main Window on Pre-Vista OS's.
- Updated SFTP engine to the latest version.
- Fixed rename failure issue where the item being renamed wasn't reverted back to the original name correctly.
- Fixed remote edit failure issue where if the upload is denied by the server a delay of up to 1 minute may occur.
- Optimized the methods used when running a scheduled task.
- Changed the default value for "full row select" from unchecked to checked.
Changes for v4.0.0 Build 1486 RC2 - v4.0 Build 1499 RC 3
- RC3 Public release.
- Changed the update check to download the correct installer for your installation. i.e. The portable version will download the portable installer.
- A portable installer has been released for testing.
- Minor changes to the non-themed drawing used when visual styles are disabled or for pre Vista OS's.
Changes for v3.8 (3.7.7 Build 1321) Beta - v3.8 (3.7.8 Build 1327) Beta
- Changes specific to this release
- Updated SFTP engine.
- Updated FASTMM4 to the latest revision.
- You can now drag/drop from within the remote folder tree to move folders on the FTP server. (previously you could only drag from the listing to the tree to move things.)
- The local browser drop down box now supports auto text completion.
- Added the ability to view the MD5/SHA1 Fingerprint from the SSL server certificate dialog.
- FIXED: After an idle disconnect transferring the queue causing a site reconnect set the local path back to the site default.
- FIXED: Unable to view temporary SSL server certificates when "accept once" is clicked and the certificate isn't stored.
- Resolved SFTP compatibility issue with JSCAPE Server.
- New Features
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to en-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- New extended toolbar tray tooltip that displays detailed transfer information.
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme).
- New Global default and Session on transfer complete option "Retry failed transfers".
- Set Per session via main menu > Session > Retry failed transfers.
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying" (Set in Preferences > Transfer > Options.)
- Added support for environment variables (i.e. %appdata%, %temp%) in most local browser inputs such as the address bar.
- Added en queue raw command support to the FlashFXP command line. i.e. FlashFXP.exe
-raw="site fubar" (Since the raw command is queued you can use -cX flags such as -c2 to close FlashFXP after performing the command.) - The local file browser will now fully support overlay icons, before only the basic overlays were supported, what this means is that for people who use TortoiseSVN you'll be able to see your file status from within FlashFXP.
- You can now drag/drop queue items from one FlashFXP instance to another (from queue to queue). This action moves the selected queue entries to the target instance.
- You can now customize your toolbar background / buttons using several pre-defined toolbar buttons and background styles. (Preferences / Display / Interface)
- The local browser drop down box now supports auto text completion.
- Changes
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Removed the 250 character limits for raw commands.
- Compare folder content feature now unselects "parent directory" first as this was not intended behavior.
- Fixes
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
- After an idle disconnect transferring the queue causing a site reconnect set the local path back to the site default.
Changes for v3.8 (3.7.7 build 1313) Beta - v3.8 (3.7.7 build 1315) Beta
- Changes specific to this release
- Updated SFTP engine.
- Improved error handling for SFTP transfers and command requests.
- Updated tray hint window to display a progress bar, time elapsed and time remaining during delete operations.
- Adjusted memory manager default settings to improve program stability.
- New Features
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to en-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- New extended toolbar tray tooltip that displays detailed transfer information.
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme).
- New Global default and Session on transfer complete option "Retry failed transfers".
- Set Per session via main menu > Session > Retry failed transfers.
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying" (Set in Preferences > Transfer > Options.)
- Added support for environment variables (i.e. %appdata%, %temp%) in most local browser inputs such as the address bar.
- Added en queue raw command support to the FlashFXP command line. i.e. FlashFXP.exe
-raw="site fubar" (Since the raw command is queued you can use -cX flags such as -c2 to close FlashFXP after performing the command.) - Changes
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Removed the 250 character limits for raw commands.
- Compare folder content feature now unselects "parent directory" first as this was not intended behavior.
- Fixes
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
Changes for v3.7.6.1308 Beta - v3.8 (3.7.7 build 1313) Beta
- Changes specific to this release
- Updated SFTP engine.
- Improved error handling for SFTP transfers and command requests.
- Updated tray hint window to display a progress bar, time elapsed and time remaining during delete operations.
- Adjusted memory manager default settings to improve program stability.
- New Features
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to en-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- New extended toolbar tray tooltip that displays detailed transfer information.
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme).
- New Global default and Session on transfer complete option "Retry failed transfers".
- Set Per session via main menu > Session > Retry failed transfers.
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying" (Set in Preferences > Transfer > Options.)
- Added support for environment variables (i.e. %appdata%, %temp%) in most local browser inputs such as the address bar.
- Added en queue raw command support to the FlashFXP command line. i.e. FlashFXP.exe
-raw="site fubar" (Since the raw command is queued you can use -cX flags such as -c2 to close FlashFXP after performing the command.) - Changes
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Removed the 250 character limits for raw commands.
- Compare folder content feature now unselects "parent directory" first as this was not intended behavior.
- Fixes
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
Changes for v3.7.5.1303 Beta - v3.7.6.1305 Beta
- Changes specific to this release
- Added en queue raw command support to the FlashFXP command line. i.e. FlashFXP.exe
-raw="site fubar" (Since the raw command is queued you can use -cX flags such as -c2 to close FlashFXP after performing the command.) - Compare folder content feature now unselects "parent directory" first as this was not intended behavior.
- Many minor bug fixes and improvements to error handling based on user submitted crash reports.
- When submitting a crash report it's important that you describe what you were doing when the crash occurred, This additional information will help us resolve the issues faster.
- New Features
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to en-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- New extended toolbar tray tooltip that displays detailed transfer information.
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme).
- New Global default and Session on transfer complete option "Retry failed transfers".
- Set Per session via main menu > Session > Retry failed transfers.
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying" (Set in Preferences > Transfer > Options.)
- Added support for environment variables (i.e. %appdata%, %temp%) in most local browser inputs such as the address bar.
- Changes
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Removed the 250 character limits for raw commands.
- Fixes
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
Changes for v3.7.3.1286 Beta - v3.7.5.1292 Beta
- Changes specific to this release
- Minor improvements to the new tray tooltip.
- Added support for environment variables (i.e. %appdata%, %temp%) in most local browser inputs such as the address bar.
- Fixed bug that disabled the site auto timezone discovery feature.
- Reworked the local browser localization that was added several builds ago.
- Removed the 250 character limits for raw commands.
- New Features
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to En-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- New extended toolbar tray tooltip that displays detailed transfer information.
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme).
- New Global default and Session on transfer complete option "Retry failed transfers".
- Set Per session via main menu > Session > Retry failed transfers.
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying"
- Set in Preferences > Transfer > Options.
- Changes
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Fixes
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
Changes for v3.7.4.1285 Beta - v3.7.3.1286 Beta
- Fixed sftp upload corruption when transferring files larger than 256k
- New extended toolbar tray tooltip that displays detailed transfer information
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme)
- Fixed issue where some keyboard shortcuts were filtered during sftp transfers
- New Global default and Session on transfer complete option "Retry failed transfers"
- Set Per session via main menu > Session > Retry failed transfers
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying"
- Set in Preferences > Transfer > Options
- Fixed issue with speed limit
- Fixed access violation on exit that could occur under some conditions
Changes for v3.7.3.1280 Beta - v3.7.4.1285 Beta
- Changes specific to this release
- Fixed sftp upload corruption when transferring files larger than 256k
- New extended toolbar tray tooltip that displays detailed transfer information.
- New option to blend transfer progressbar with windows theme. (Preferences > Display > Colors & Fonts > Blend with windows theme).
- Fixed issue where some keyboard shortcuts were filtered during sftp transfers.
- New Global default and Session on transfer complete option "Retry failed transfers".
- Set Per session via main menu > Session > Retry failed transfers.
- Set global default via Preferences > Transfer > Retry failed transfers
- New option "Move failed transfers to the bottom of queue before retrying"
- Set in Preferences > Transfer > Options.
- Fixed issue with speed limit.
- Fixed access violation on exit that could occur under some conditions.
- New Features
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to En-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- Changes
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Fixes
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
Changes for v3.7.2.1266 Beta - v3.7.3.1275 Beta
- Changes specific to this release:
- Several minor bug fixes based on bug reports.
- New Features:
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to En-queue delete operations and raw commands. (Remote file list > Right click > EnQueue)
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History"
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Added the ablity to reorder and select SFTP encryption ciphers/MACs. (global and per site)
- Updated OpenSSL to 0.9.8h.
- Changes:
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Fixes:
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Fixed issue with MSLD parsing owner/group/etc.
Changes for v3.6.0.1240 - v3.7.2.1266 Beta
- SFTP Support.
- Added the ability to replace a client certificate, replacing the certificate assigns the new certificate to all the sites the previous certificate was assigned to.
- Added the ability to En-queue delete operations and raw commands. (Remote file list > Right click > EnQueue).
- Added History sub-menu to the connection dropdown menu list.
- Added an Option (Preferences > General > Options) "Include Quick Connect sites in History".
- Local folder sizes are pre-calculated prior to upload to help calculate a more accurate queue remaining time.
- Support for toolbar themes and custom button images.
- Added ability to add comments to a bug report directly from within FlashFXP.
- Changes:
- The chain of commands used for local synchronization when navigating via the listview has been reordered.
- Redesigned quick connect interface.
- Updated OpenSSL Dll's to 0.9.8h.
- Fixes:
- Toolbar malfunction on windows 2000.
- Abnormal window behavior when switching between FlashFXP and the Internal text editor.
- Saving the favorites.dat would generate a crash report when the permission to save the file was denied.
- Resolved a problem with handling MLSD directory listings that resulted in the fields being converted to lowercase.
- Many other minor fixes.
Changes for v3.6 RC3 - v3.6.0.1240
- New Features
- Added 'Activate Synchronize Browsing on Connect' per-site option.
- Added -approvessl command line param, this is used for automation to always accept the SSL certifcate. Use with care.
- Added support for MLSD (machine formatted directory lists).
- Added support for UTF8 (iso-8859-1/Latin-1).
- Added parsing of host:port when pasting into the host field of the proxy dialog.
- Added drag/drop support between the local browser and external applications.
- Added Queue Parent of Selected to the right-click menu in the FTP Search Dialog.
- Added move to the right-click menu in the FTP File Search Dialog.
- Added new option "Only search within folders matching data range" to the Date tab of the FTP Search dialog.
- Added Details tab to the About box to display information reguarding your FlashFXP installation.
- On Windows XP and newer operating systems the file listing now uses a logical sort when alpha sorting. Sorting in FlashFXP should now match the Operating System's behavior.
- Double clicking on the SSL lock icon on the status bar will now show the SSL cert dialog.
- Changes
- Improved offline browsing mode.
- Improved user/pass ftp site prompt.
- Improved synchronized browsing support.
- Improved directory find feature.
- Improved support for the registration names with UTF8 characters in them.
- Improved clipboard monitoring to handle ftp:// urls copied from Adobe Reader and possibly other programs.
- Improved PRET support (drftpd) when handling a server offline error message.
- Upgraded OpenSSL.
- Upgraded Zlib component to the latest version.
- Upgraded the folder browse dialog to use the BIF_USENEWUI flag, which gives the dialog a Make Folder button and makes it resizable.
- Upgraded XP theme components to the latest version. This upgrade improves theme support.
- Optimized the status window text scrolling.
- Optimized the FlashFXP load up time. It's about 30% faster now.
- Optimized the way options (i.e. skiplist) on the Filters dialog were loaded/saved.
- Optimized the transfer speed limiting feature to use less cpu.
- Optimized ftp cache system to improve the overall performance of the cache.
- Optimized the local file browser list speed by about 237%.
- FlashFXP now uses FastMM4 memory manager.
- Once the connection retry limit is reached all files for that site are marked as failed or deleted (based on your settings) and then continues with the next site in queue.
- The user/pass field of a ftp:// url is now url decoded as per RFC 1738.
- Message boxes, Message inputs are now centered on FlashFXP window and not the entire screen.
- Fixes
- In some instances a user initiated site disconnect was mistaken for a loss of connection and triggered an automatic reconnect.
- Switching remote folders while flashfxp is in the middle of loading a folder from cache was allowed and generated an error.
- Extreme file listing font size changes resulted in the local browser dropdown controls clearing their content.
- Moving objects via a drag/drop from listview to treeview would fail if the current working directory wasn't the source directory.
- Closing FlashFXP during a login sometimes resulted in a crash.
- Changing the shortcut key for a custom command didn't set the modified flag and the change wasn't saved.
- The Queue remaining value on the status bar displayed the incorrect result when viewing or editing a file.
- When renaming a folder the sub-folder cache wasn't cleared.
- In some instances list command would fail with an error however FlashFXP still thought it was successful.
- Cache consistency issue causing undesirable results under certain situations when queuing items for transfer.
- Resolved an issue with FlashFXP portable when ejecting the USB drive with the evaluation dialog active.
- Added hostCleanUp to the U3 manifest to work around a bug in early versions of U3 Lauchpad.
- The internal values for "Follow symbolic links recursively" and "Update directory cache during transfer" were reversed.
- Vista compatibility issue where the drop target didn't update properly during a drag operation.
- Vista compatibility issue where the thumbnail image when hovering over the taskbar button appeared as an icon and not the program window.
- Vista compatibility fix where pressing the ALT key caused objects on the active window (buttons, etc.) to disappear.
- Vista compatibility fix where setting the ftp server timezone wasn't being saved properly.
- Vista compatibility fix where the help file would not display.
- Vista compatibility fixes for various display related issues.
- Resolved PWD command remote buffer overflow vulnerability.
- Fixed silent install option. -s now uses existing configuration or default settings if not found for install.
- Fixed small issue with site manager timezone sorting.
- Various fixes for Windows Vista display issues.
- Many other minor fixes.
Changes for v3.6 RC1 - v3.6 RC2
- Added 'Activate Synchronize Browsing on Connect' per-site option
- Added -approvessl command line param, this is used for automation to always accept the SSL certifcate. Use with care
- Added support for MLSD (machine formatted directory lists)
- Added support for UTF8 (iso-8859-1/Latin-1)
- Added parsing of host:port when pasting into the host field of the proxy dialog
- Added drag/drop support between the local browser and external applications
- Added support for custom commands in the right-click menu in the FTP File Search Dialog
- Added move to the right-click menu in the FTP File Search Dialog
Changes for v3.4 - v3.6 RC1
- Improved Windows Vista support
- Completely re-written installer
- Limited UTF-8 support
- MLSD directory listings
- Improved drag/drop functionality
- Enhanced command line functionality
- Significant performance improvements
Changes for v3.4.2.1160 Beta - v3.4.2.1170 Beta
- Added 'Activate Synchronize Browsing on Connect' per-site option
- Added -approvessl command line param, this is used for automation to always accept the SSL certifcate. Use with care
- Added support for MLSD (machine formatted directory lists)
- Added support for UTF8 (iso-8859-1/Latin-1)

