Differences
This shows you the differences between the selected revisions of the page.
2005-01-17 | 2005-01-19 | ||
typo (martin) | 2005-01-18 (martin) | ||
Line 14: | Line 14: | ||
* SFTP protocol optimalisation, especially for dealing with very small files and directories. Downloads, uploads and directory listings are now up to 25%, 33% and 40% faster, respectively. | * SFTP protocol optimalisation, especially for dealing with very small files and directories. Downloads, uploads and directory listings are now up to 25%, 33% and 40% faster, respectively. | ||
* When switching sessions, the panel state can be optionally preserved, including selected file and sort column/order. To disable this, go to //Panels tab// of Preferences dialog. Option //Do not change local directory when switching sessions// on //Commands tab// renamed to //Do not change state of local panel when switching sessions// and now affects this feature too. | * When switching sessions, the panel state can be optionally preserved, including selected file and sort column/order. To disable this, go to //Panels tab// of Preferences dialog. Option //Do not change local directory when switching sessions// on //Commands tab// renamed to //Do not change state of local panel when switching sessions// and now affects this feature too. | ||
+ | * When INI file is used as configuration storage, SSH host key cache is stored into the INI file too. | ||
* Transfer queue shows transfer speed and elapsed time. | * Transfer queue shows transfer speed and elapsed time. | ||
* With SFTP it is now possible to enter the traverse-only (''chmod 110'') directories. | * With SFTP it is now possible to enter the traverse-only (''chmod 110'') directories. | ||
Line 38: | Line 39: | ||
* When transferring files using scripting commands ''get'' and ''put'', without explictly specifing operation mask, the mask ''*.*'' is used, overriding default operation mask set in GUI. | * When transferring files using scripting commands ''get'' and ''put'', without explictly specifing operation mask, the mask ''*.*'' is used, overriding default operation mask set in GUI. | ||
* Wildcards in operation mask (''*'' and ''?'') can be delimited using backslash (''\\''). | * Wildcards in operation mask (''*'' and ''?'') can be delimited using backslash (''\\''). | ||
+ | * It is no longer possible to check //Disconnect when operation finishes// during total transfer size calculation before file transfer. | ||
* Bug fix: Scripting command ''ls'' has never shown year when full file timestamp was known. Now it shows full timestamp (including year and full precision time). | * Bug fix: Scripting command ''ls'' has never shown year when full file timestamp was known. Now it shows full timestamp (including year and full precision time). | ||
* Bug fix: WinSCP was aborted when timeout message was shown while reading directory content. | * Bug fix: WinSCP was aborted when timeout message was shown while reading directory content. |