Differences
This shows you the differences between the selected revisions of the page.
2005-01-19 | 2005-01-25 | ||
reword (martin) | 2005-01-25 (martin) | ||
Line 3: | Line 3: | ||
=== 2005-01-13 === | === 2005-01-13 === | ||
* Scripting commands ''get'', ''put'', ''ls'', ''lls'', ''chmod'', ''mv'' and ''rm'' support wildcards. | * Scripting commands ''get'', ''put'', ''ls'', ''lls'', ''chmod'', ''mv'' and ''rm'' support wildcards. | ||
- | * SSH core upgraded to [[&url(puttychanges)|the latest development snapshot of Putty (2005-01-12)]]. It brings following changes: | + | * SSH core upgraded to [[&url(puttychanges)|the latest development snapshot of Putty (2005-01-20)]]. 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 12: | 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. | ||
+ | * Support for ssh.com "des-cbc@ssh.com" authentication. | ||
* 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. | ||
+ | * Implemented support for editors that open multiple file in one process (window). | ||
+ | * WinSCP can delay deletion of temporary local file until its exit. This is allowed only if //Allow multiple opened files (editors)// is enabled. | ||
+ | * The behaviour can be turned on using option //External editor opens multiple files in one window (process)// (off by default). | ||
+ | * If the option if disabled and the editor closes too early, WinSCP suggests user to enable the option. | ||
* 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. | * When INI file is used as configuration storage, SSH host key cache is stored into the INI file too. | ||
Line 26: | Line 31: | ||
* It is now possible to overwrite local hidden file (the attribute is preserved). | * It is now possible to overwrite local hidden file (the attribute is preserved). | ||
* When changing local drive using drive drop down menu the current working directory on the drive is opened instead of root directory (Norton Commander interface only). | * When changing local drive using drive drop down menu the current working directory on the drive is opened instead of root directory (Norton Commander interface only). | ||
+ | * Partially transfered files (''.filepart'') has the same icon as full file would have with "partial file" overlay over it. | ||
* It is possible to change width of session drop down menu on //Session// toolbar. Just drag the empty space on the right of the drop down menu. | * It is possible to change width of session drop down menu on //Session// toolbar. Just drag the empty space on the right of the drop down menu. | ||
* //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. | ||
Line 31: | Line 37: | ||
* The command //Files > Open// opens the remote file locally 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). | * The command //Files > Open// opens the remote file locally 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. | ||
+ | * The same remote file cannot be edited twice. | ||
* 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. | ||
* Several changes in installer: | * Several changes in installer: | ||
Line 49: | Line 56: | ||
* Bug fix: When downloading file to editor, //Exclude mask// and operation mask were not ignored, what prevented editing some files. | * Bug fix: When downloading file to editor, //Exclude mask// and operation mask were not ignored, what prevented editing some files. | ||
* Bug fix: When using ''ls'' command with ''%%--full-time%%'' option (SCP protocol) the leading spaces in the filenames were omited while reading directory. | * Bug fix: When using ''ls'' command with ''%%--full-time%%'' option (SCP protocol) the leading spaces in the filenames were omited while reading directory. | ||
+ | * Bug fix: //Time estimated// showed incorrect values for resumed file transfers. | ||
* Bug fix: When downloading file with SCP protocol, any leading spaces in the filename were lost. | * Bug fix: When downloading file with SCP protocol, any leading spaces in the filename were lost. | ||
* Bug fix: Possible crashes when having more sessions opened in parallel. | * Bug fix: Possible crashes when having more sessions opened in parallel. |