history_old » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2016-05-23 | 2016-05-27 | ||
| moving 5.7.1 - 5.7.3 from history (martin) | typo (martin) | ||
| Line 2700: | Line 2700: | ||
| * 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-28)]]. It brings following changes: | * SSH core upgraded to [[&url(puttychanges)|the latest development snapshot of PuTTY (2005-01-28)]]. 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 transferred. |
| * 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. | ||
| * Removed bug //Chokes on Diffie-Hellman group exchange// from //Bugs tab//. | * Removed bug //Chokes on Diffie-Hellman group exchange// from //Bugs tab//. | ||
| Line 2980: | Line 2980: | ||
| * Quotes around path to private key are stripped, which is necessary when exporting and opening session in PuTTY. | * Quotes around path to private key are stripped, which is necessary when exporting and opening session in PuTTY. | ||
| * Skipped files are included in batch operation percantage completeness. | * Skipped files are included in batch operation percantage completeness. | ||
| - | * When resuming file transfer, resumed file size is not counted towards //Total transfered//. | + | * When resuming file transfer, resumed file size is not counted towards //Total transferred//. |
| * Bug fix: Using password longer than 255 characters hanged the application. This fixes [[http://www.securiteam.com/windowsntfocus/5OP0A1FCLE.html|Denial of Service]] as reported by Luca Ercoli. | * Bug fix: Using password longer than 255 characters hanged the application. This fixes [[http://www.securiteam.com/windowsntfocus/5OP0A1FCLE.html|Denial of Service]] as reported by Luca Ercoli. | ||
| * Experimental support for two SFTP extensions ''owner-group-query@generic-extensions'' and ''software@generic-extensions'' as proposed by [[&url(ejb)|Erwin Bolwidt]] | * Experimental support for two SFTP extensions ''owner-group-query@generic-extensions'' and ''software@generic-extensions'' as proposed by [[&url(ejb)|Erwin Bolwidt]] | ||
| Line 3202: | Line 3202: | ||
| * When reconnecting after fatal error, current program instance (window) is reused. | * When reconnecting after fatal error, current program instance (window) is reused. | ||
| * Only Windows (CR/LF) end-of-line sequence is converted, when uploading file in text (ASCII) mode. | * Only Windows (CR/LF) end-of-line sequence is converted, when uploading file in text (ASCII) mode. | ||
| - | * File is transfered properly using SFTP, even when its actual size is different than value displayed in directory listing (this happens e.g. when file was changed since directory was opened). | + | * File is transferred properly using SFTP, even when its actual size is different than value displayed in directory listing (this happens e.g. when file was changed since directory was opened). |
| * ''Ctrl+Down'' and ''Ctrl+Up'' can be used to enter/leave subdirectory. | * ''Ctrl+Down'' and ''Ctrl+Up'' can be used to enter/leave subdirectory. | ||
| * WinSCP identifies itself to SFTP server (version 3 and later) using ''winscp@winscp.sourceforge.net'' extension (''SSH_FXP_EXTENDED'' packet). If server recognises WinSCP, it should reply with ''SSH_FXP_STATUS'' packet with ''SSH_FX_OK'' value. | * WinSCP identifies itself to SFTP server (version 3 and later) using ''winscp@winscp.sourceforge.net'' extension (''SSH_FXP_EXTENDED'' packet). If server recognises WinSCP, it should reply with ''SSH_FXP_STATUS'' packet with ''SSH_FX_OK'' value. | ||
| Line 3218: | Line 3218: | ||
| * Bug fix: Renaming symbolic link renamed linked file instead (SFTP only). | * Bug fix: Renaming symbolic link renamed linked file instead (SFTP only). | ||
| * Bug fix: Session was not closed after fatal error during drag&drop operation. | * Bug fix: Session was not closed after fatal error during drag&drop operation. | ||
| - | * Bug fix: Empty file could not have been transfered using SFTP. | + | * Bug fix: Empty file could not have been transferred using SFTP. |
| - | * Bug fix: File was not transfered, when using drag&drop along with checking //Disconnect when complete// option. | + | * Bug fix: File was not transferred, when using drag&drop along with checking //Disconnect when complete// option. |
| * Bug fix: Failure when dragging file with semicolon ('';'') in filename ("Assertion Failed: File..." or "List index out of bounds(...)"). | * Bug fix: Failure when dragging file with semicolon ('';'') in filename ("Assertion Failed: File..." or "List index out of bounds(...)"). | ||
| Line 3448: | Line 3448: | ||
| * Change of file group and file permissions merged into one Properties dialog. In same dialog it is possible to change file owner. | * Change of file group and file permissions merged into one Properties dialog. In same dialog it is possible to change file owner. | ||
| * Selectable file transfer mode: ASCII/BINARY. Recognition of appropriate transfer mode can be realized automatically by file extension. | * Selectable file transfer mode: ASCII/BINARY. Recognition of appropriate transfer mode can be realized automatically by file extension. | ||
| - | * Files can be transfered to different folder than one opened in opposite panel. | + | * Files can be transferred to different folder than one opened in opposite panel. |
| * Improved file selection. | * Improved file selection. | ||
| * Status bar showing bytes received and sent indicator. Also SSH version, compression usage, encryption algorithm and session duration is shown. | * Status bar showing bytes received and sent indicator. Also SSH version, compression usage, encryption algorithm and session duration is shown. | ||