Version: 4.0
Latest 32-bit Version: http://www.smartftp....et/SFTPBeta.exe
Latest 64-bit Version: http://www.smartftp..../SFTPBeta64.exe
Development Status: Production
v4.0 Build 1072 20. November 2009
- Windows 7: Added History Jump List
- Favorites: Added new [x] Synchronize Navigation setting to Local dialog
- Remote Browser: Updated Properties dialog
- FTP: Disabled STAT for Humax i-CORD because their STAT implementation is broken
- Fix: Transfer Queue: Monitor failed to work after all the monitored items have been manually removed
- Added simple DDE server
- Preview pane displays link to Source Preview Handler
- Fix: FTP: Regression in GetFileSize()
- FTP: Improved STAT parsing
- Remote Browser: The [x] Remove VMS file version for files and folders option also works for SFTP connections now
- Fix: Favorites: Move "Ignore Error" option General->Transfer dialog and renamed it to "Skip Post Transfer Check".
- Updated Transfer Engine
- Remote Browser: Copying files on same server now possible if server supports it (proftpd mod_sftp)
- Remote Browser: Added Storage page to Properties dialog. It shows the free/used space on servers supporting it (e.g. OpenSSH 5.1+, Serv-U, proftpd mod_sftp)
- Remote Browser: VMS: Remove version from file/folder option now applies to folders as well
- Fix: FTP: Regression: AVBL did not return
- Fix: Multi Upload: Regression: Adding of multiple favorites failed
- Fix: Multi Upload: Regression: Removing items from the destination failed
- Fix: Transfer Queue: Regression: Crash when items are moved from Temporary Queue while Queue was running
- Fix: Transfer Queue: Regression: Synchronize with Delete for uploads was broken
- Windows Vista+: Remote Browser: Shows security information for SFTP/SSH connection in Details pane and icon tooltip
- Transfer Queue: Regression: Temporary Queue was broken
- Windows Vista+: Remote Browser: Details pane shows connection information for root folder
- Windows Vista+: Local Browser: Added "New" button to dynamic commands bar
- Windows 7: Local Browser: Added "Include in Library" button to dynamic commands bar
- Transfer Queue: Refactored monitor logic
- Transfer Queue: Added {StartTime} and {FinishTime} variables to Email templates
- Fix: Remote Browser: New->File through the context menu
- Fix: Transfer Queue: Start Time is now displayed
- Fix: Transfer Queue: Scheduled time was not always displayed
- Fix: Windows 7: Local Browser: When browsing to the folders in the Favorites the view is redirected to the actual folder
- Fix: Browser: Sync Navigation was broken for remote browser
- Fix: Bug in new transfer limit implementation
- Fix: Transfer Queue: Retry delay was ignored
- Transfer Queue: Added arguments input field for script.
- Fix: Windows 7: Browser: New Folder in tree.
- Fix: Windows 7: File extensions got lost.
- Transfer Queue: Added new scripts to move the source files/folders after they have been processed.
- Fix: Transfer Queue: JScript event binding did not work. VBScript worked as expected.
- Fix: Transfer Queue: Regression: Recurring operations did not reset correctly.
- Updated UI component
- Fix: Transfer Queue: Regression: state vers operation state
- Fix: Browser: Shellview could get corrupted in some situations
- Fix: Transfer Queue: Memory leak due to wrong item removal order
- Fix: Windows XP: Favorites: Icon for root folder was missing
- Fix: Windows XP: Path input box not correctly drawed
- Remote Browser: Windows Vista+: Added details pane
- Favorites Browser: Windows Vista+: Added details pane
- Setup: Added logic for propertyschema registration
- Preview Pane: Using COM surrogate host for preview handlers.
- FTP: Parser now supports decoding of all GXS Information Exchange FTP Gateway long directory listing formats.
- FTP: Parser now supports (at least one variant) of GXS Enterprise directory listing formats.
- FTP: Implemented path handling for GXS Enterprise server.
- FTP: New transfer limit implementation
- Core: Clipboard monitor now longer prompts when an URL is copied from a modal dialog or its children.
- Fix: Backup Tool: Was not able to restore backups created by the client.
- FTP: VMS: Return value of SIZE command is ignored because it is wrong.
- Fix: FTP: VMS: Workaround for path handling for servers supporting dual mode (Unix and VMS).
- Multi Upload: Automatically saves the content when items are added or removed.
- Multi Upload: Added load/save
- Browsers: Added progress animation to path input box
- Transfer Queue: Major refactoring:
- Delayed/lazy creation of connections
- Support for custom operations using scripts. See the SDK for details.
- Leaves parent items in the transfer queue until all their children are processed.
- Removed time formatters (*Y, etc) in destination path of transfer queue items. Use the DynamicDestination script in the SDK instead.
- Lazy object creation reduces max object count and memory usage. Each transfer queue item uses 328 bytes of memory on x64.
- Items with recurrence are not processed again until the current operation completes.
- Scheduled items with no recurrence are not stuck in the queue forever.
- Fix: Transfer Queue: Transfer Queue ignored ASCII list for SFTP connections.
- Remote Browser: Command help text/tip is now displayed in status bar
- Fix: Windows Vista+: Favorites Browser: Crash when pane is closed
- Fix: ShellTools: Upload through the shell context menu caused the application to hang.
- Favorite: Added option to export public key in OpenSSH format
- Fix: Remote Browser: Upload->Select Files... caused a crash
- Core: Regression: Re-enabled office 2007 theme workaround
- Fix: Local Browser: Select item was displayed in context menu
- Fix: Local Browser: Failed to open Office 2007 docx, xlsx, etc files.
- Local Browser: Windows Vista+: Added Info Bar
- Local Browser: Windows Vista+: Statusbar now shows the context menu item hint for items in the the tree control
- Remote Browser: Windows Pre-Vista: Applying shell workarounds (function hooking) to browseui.dll only.
- Remote Browser: Events are now sent asynchronously.
- Remote Browser: New Info Bar.
- Transfer Queue: Added option to keep folders recursively for move operations.
- Core: Clipboard Monitor. Removed workaround for non-compliant clipboard participants.
- Setup: Added maintenance reminder dialog
- Fix: Remote Browser: Sync Navigation: When clicking on a folder item that did not exist in the tree view the application hung.
- Fix: Remote Browser: Manually aborting a background process made the application hang.
- Fix: Windows Pre-Vista: The Desktop did flicker/redraw most of the time if a new remote browser was opened
- Fix: Windows 7: Browsing in Libraries works now as expected
- Fix: Bulk Rename rules template name can contain . and % now
- Fix: Visual Compare: Issues with redraw after rename of an item
- Local Browser: Windows 7: Added header for special folders (Libraries)
- Local Browser: Windows Vista/7: Added dynamic commands toolbar
- Local Browser: Windows Vista/7: Added detail pane in the footer
- Local Browser: Windows Vista/7: Support for Control Panel
- FTP: Improved code page (UTF8) handling and detection. This should solve the problem with non-ASCII usernames and passwords
- FTP: Added additional proxy type (USER proxyuser@user@host) e.g. for McAfee Web Gateway (formerly Webwasher)
- Transfer Queue: When a schedule is changed for an item the last run time is reset and the next run time is calculated from the new settings
- Transfer Queue: Reduced size of "Transfer Queue.xml" file.
- Fix: Transfer Queue: Delete Folder and SetPermissions operations did not create new transfer queue items the right way (missing group id and parent)
- Fix: Remote Browser: When moving a folder and merge is selected in the file exist dialog and no file/folder is skipped then the folder was not removed from the source
- Fix: Splash screen now shows 4.0
- Fix: Local Browser: Double click tried to open the file twice if the first attempt failed
- Fix: Remote Browser: Windows Pre-Vista: Potential crash when a browser window was quickly closed right after it has been opened.
- Fix: Favorites: Windows Pre-Vista: Statistics dialog was not correctly drawn
- Fix: FTP: Transfer limit implementation was broken
- Internal refactoring (removed unused code from sfPidlStorage, corrected new operator exception handling, cleanup of MFC/ATL COM mix in browser implementation)
- Fix: Pre-Windows Vista: Resources were not correctly loaded for sfFTPLib.dll and sfFavorites.dll
- Fix: Remote Browser: Failed to open images with Windows Photo Viewer
- Fix: Visual Compare did use the wrong display name if the file extensions were hidden in the Local Browser
- Fix: Local Browser: Last location was not always restored
- Remote Browser: Open With/Edit With sub menu sorted now
- Small Properties/Delete icons in history combo box are shown after a 700ms delay.
- Local Browser: Windows 7: Added [x] Show all folders setting to tree control
- Local Browser: Windows 7: Workaround for Libraries that were incorrectly displayed in the tree control

Sign In
Register
Help
MultiQuote