SmartFTP 1.0.982 Change Log

Build Number: 982
Development Status: Final
1.0.982.0
  • Added 'Transfer->Queue' settings to favorite item. The maximal number of threads can now be set per site.
  • Added 'Keep File Time' on upload and FXP. (experimental).
    Note: Does only work if the remote server supports the MDTM extension. For details see: Topic 6739
  • Queue items with a favorite item associated now use the favorite settings.
  • Reengineering of internal structures to allow implementation of UTC file time support.
  • SmartFTP now assumes that the time/date returned by MLST/MLSD is in UTC (it's what the RFC recommends). For FTP servers returning the local time the wrong date/time is displayed.
  • Redesigned URL dialog. e.g. Queue Item Properties. Queue Item -> Set URL and Remote View : Global Queue -> Enter Remote URL...
1.0.982.3
  • Fixed bug with uploading over the Global Queue with the 'Split Directory' option disabled (non default). The files were uploaded in reverse order.
  • Fixed create folder in listview (broken since build 1.0.982.0)
1.0.982.4
  • Fixed possible problem with the CBase64Encoder which is being used by the HTTP proxy implementation.
1.0.982.5
  • VxWorks server support
1.0.982.6
  • Added 'MODE Z' (zlib compression) support for directory listings.
    Tested with RaidenFTPd and Gene6 3.x.
1.0.982.8
  • Small fix for SSL/TLS data connections.
1.0.982.9
  • zlib compression support for all transfer. Use the Settings->Transfer->Compression dialog to configure.
  • Fixed bug with moving multiple queue items at once
1.0.982.10
  • If the Compression -> Upload Mode is set to Auto, SmartFTP estimates the compression ratio and decides whether to use compression or not.
1.0.982.11
  • Added support for IBM z/OS MVS load library directory listings
1.0.982.15
  • Windows 98 only: Fixed bug what caused a Kernel32 exception.
1.0.982.16
  • Replaced Crypto++ with MS Crypto API. Reduced .exe size by 200 KB and setup size by 70 KB.
1.0.982.17
  • Fixed buffer overflow with custom commands.
  • Added new update check
1.0.982.18
  • Fixed zlib estimation check for uploads with non MODE Z ftp servers.
  • Setup: NSI: Added check if the SmartFTP.exe is loaded on installation.
  • Setup: MSI: Added [x] Launch Application checkbox to Finish dialog
1.0.982.20
  • Modifications to the Menu: Help->About : License Key dialog. Maintenance Expiration and Date of Issue are now displayed.
  • SmartFTP License Key (SmartFTP.key) is searched in "Application Data Folder" e.g. C:Document and Settings<user>Application DataSmartFTP and not in SmartFTP "Program Application Folder" e.g. C:Program FilesSmartFTP as before.
1.0.982.22
  • Workaround for Stratos FTP server. FQN (fully qualified names) in MLSD/MLST are now ignored.
  • SmartFTP now auto-detects HFS and MVS mode on a z/OS system.
1.0.982.25
  • Fixed queue item server id. All queue items got the same server id assigned which caused a few problems. e.g. "file/directory not found" error when reusing the connection.
1.0.982.27
  • Queue Speed Limit was ignored when queue items with a non-existant favorite item associated were processed.
1.0.982.28
  • Added "CD" command to the command line. It converts the path (argument) to the remote server path format. A "CWD" sent over the command line won't temper the argument anymore.
    Note: Use CWD to change to HFS mode on z/OS
1.0.982.30
  • RemoteView: When having an item selected in the treeview and using the Download->Global Queue->Local Destination->Recent Folders function, the directory name wasn't added to the local destination folder.
1.0.982.34
  • Fixed drag&drop from Queue Source or Queue Main to Localbrowser.
  • The size of directories is now displayed in the Remoteview if size > 0
  • Added PRET (drftpd) for FXP transfers.