Differences
This shows you the differences between the selected revisions of the page.
2005-01-14 | 2005-01-17 | ||
typo (martin) | 2005-01-16 (martin) | ||
Line 2: | Line 2: | ||
===== Not Released Yet ===== | ===== Not Released Yet ===== | ||
=== 2005-01-13 === | === 2005-01-13 === | ||
- | * SSH core upgraded to [[&url(puttychanges)|the latest development snapshot of Putty (2005-01-10)]]. It brings following changes: | + | * Scripting commands ''get'', ''put'', ''ls'', ''lls'', ''chmod'', ''mv'' and ''rm'' supports wildcards. |
+ | ··* SSH core upgraded to [[&url(puttychanges)|the latest development snapshot of Putty (2005-01-12)]]. It brings following changes: | ||
* New //Key exchange tab// on Login dialog. It allows configuration of key exchange algorithm selection policy. It also include options to configure regular key re-exchanged based on time and data transfered. | * New //Key exchange tab// on Login dialog. It allows configuration of key exchange algorithm selection policy. It also include options to configure regular key re-exchanged based on time and data transfered. | ||
* Support for IPv6 (unfix.org's IPv6 patches up to level 10). IP protocol version can be configured on //Connection tab// of Login dialog. | * Support for IPv6 (unfix.org's IPv6 patches up to level 10). IP protocol version can be configured on //Connection tab// of Login dialog. | ||
Line 11: | Line 12: | ||
* Support for diffie-hellman-group14-sha1 group exchange . | * Support for diffie-hellman-group14-sha1 group exchange . | ||
* Keyboard-interactive authentication is offered as long as server offers it, rather than only once, unless the server responds to our initial request with failure. | * Keyboard-interactive authentication is offered as long as server offers it, rather than only once, unless the server responds to our initial request with failure. | ||
+ | * 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. | ||
* Transfer queue shows transfer speed and elapsed time. | * Transfer queue shows transfer speed and elapsed time. | ||
Line 26: | Line 28: | ||
* //Language// button on Login dialog includes //Get More// command to open translation download page. | * //Language// button on Login dialog includes //Get More// command to open translation download page. | ||
* Menu //File Names// is included in remote panel context menu too. | * Menu //File Names// is included in remote panel context menu too. | ||
+ | * The command //File > Open// open the remote file always. It does not immitate double-clicking anymore (when symbolic link resolving is not enabled/supported, double-click tries to open remote file as if it were symlink to directory). | ||
* Internal editor shows name of the session in the window title. | * Internal editor shows name of the session in the window title. | ||
* If reading directory takes too long, number of files read is shown on WinSCP button on taskbar. | * If reading directory takes too long, number of files read is shown on WinSCP button on taskbar. | ||
Line 33: | Line 36: | ||
* Bug fix: Last few characters of long lines were cut off. | * Bug fix: Last few characters of long lines were cut off. | ||
* Proxy password box is disabled for SOCK4 proxies, as SOCK4 does not support passwords. | * Proxy password box is disabled for SOCK4 proxies, as SOCK4 does not support passwords. | ||
+ | * 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 operating mask (''*'' and ''?'') can be delimited using backslash (''\\''). | ||
+ | * 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. | ||
+ | * Bug fix: Scripting command ''get'' with SCP protocol printed downloaded directory twice, the second time with statistics of the last file downloaded. | ||
+ | * Bug fix: Fixed several bugs when downloading files for which the server incorrectly reports unreasonable file sizes. | ||
* Bug fix: WinSCP refused to start, when using ''/ini'' parameter without session name parameter. | * Bug fix: WinSCP refused to start, when using ''/ini'' parameter without session name parameter. | ||
* Bug fix: The download of files smaller then 4 kB could not be interrupted. | * Bug fix: The download of files smaller then 4 kB could not be interrupted. |