Differences
This shows you the differences between the selected revisions of the page.
2008-01-04 | 2008-01-04 | ||
reversed, this is history of changes, not bug report list (martin) | 2007-11-29 (martin) | ||
Line 12: | Line 12: | ||
* Proxy settings to check for updates can be automatically detected from system and IE settings. | * Proxy settings to check for updates can be automatically detected from system and IE settings. | ||
* When synchronized browsing is on and entered directory does not exist in an opposite directory, WinSCP offers to create it. | * When synchronized browsing is on and entered directory does not exist in an opposite directory, WinSCP offers to create it. | ||
- | * Added several switches to scripting commands to extend their capabilities with functionality available in GUI already: ''/mirror'' for ''synchronize'', ''/delete'' for ''synchronize'' and ''keepuptodate'' (obsoletes option ''synchdelete''), ''/delete'' for ''get'' and ''put'', ''/timeout'' and ''/privatekey'' for ''open''. | + | * Added several switches to scripting commands to extend their capabilities with functionality available in GUI already: ''/mirror'' for ''synchronize'', ''/delete'' for ''synchronize'' and ''keepuptodate'' (obsoletes option ''synchdelete''), ''/delete'', ''/preservetime'', ''/nopreservetime'', ''/permissions'' and ''/nopermissions'' for ''get'' and ''put'', ''/timeout'' and ''/privatekey'' for ''open''. |
* Added switch ''/hostkey'' to command-line and ''open'' script command to automatically accept host keys with given fingerprint. | * Added switch ''/hostkey'' to command-line and ''open'' script command to automatically accept host keys with given fingerprint. | ||
* During resumable transfers, the destination file is not removed (if present) until the transfer actually finishes. | * During resumable transfers, the destination file is not removed (if present) until the transfer actually finishes. | ||
+ | * When opening secondary shell session, startup actions like clearing of aliases, unsetting national variables and looking up user groups are not performed. | ||
+ | * For SCP protocol, listing command can be fully specified to overcome specifics of platform (this obsoletes former option //Alias LS to display group name//). | ||
+ | * New patterns for custom commands: ''!/'' expands to current remote path, ''!@'' expands to current session hostname. | ||
* Transfer and session toolbars automatically stretches to right window edge. | * Transfer and session toolbars automatically stretches to right window edge. | ||
* Command line panel is toolbar (can be docked elsewhere). | * Command line panel is toolbar (can be docked elsewhere). | ||
Line 29: | Line 32: | ||
* Drive drop down menu shows //My documents// when current local directory is below "My documents" folder. | * Drive drop down menu shows //My documents// when current local directory is below "My documents" folder. | ||
* It is possible to optionally overwrite stored password with new one, if authentication with original stored password fails. | * It is possible to optionally overwrite stored password with new one, if authentication with original stored password fails. | ||
+ | * When renaming a file within file panel, only filename (without an extension) is selected. | ||
* When saving current session with password, warning is displayed. | * When saving current session with password, warning is displayed. | ||
* When saving session with password, option is given not to store the password. | * When saving session with password, option is given not to store the password. | ||
Line 38: | Line 42: | ||
* Improved ''call'' command description with respect to FTP protocol. | * Improved ''call'' command description with respect to FTP protocol. | ||
* ''ftp'' protocol added to command-line syntax help. | * ''ftp'' protocol added to command-line syntax help. | ||
+ | * Most options on //SCP// tab of login dialog are disabled, when SCP protocol is not selected, to avoid confusion (althought they can actually be used when SCP fallback is administered). | ||
* Change: Transfer option //Preserve read-only// is off by default. | * Change: Transfer option //Preserve read-only// is off by default. | ||