Differences
This shows you the differences between the selected revisions of the page.
2005-09-17 | 2005-09-17 | ||
typo (martin) | 2005-09-17 (martin) | ||
Line 4: | Line 4: | ||
===== Not Released Yet ===== | ===== Not Released Yet ===== | ||
- | === 2005-09-01 === | + | === 2005-09-17 === |
* If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | ||
+ | * Only the last ''@'' in connection string is considered as username/hostname separator, making it possible to easier type username and/or password containing ''@'' from command-line. | ||
+ | * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | ||
+ | * Logging to file can be enabled using new ''/log'' command-line option. | ||
* SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | * SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | ||
* SFTP extension "supported" is ignored, when extension "supported2" is also sent by the server. | * SFTP extension "supported" is ignored, when extension "supported2" is also sent by the server. | ||
Line 12: | Line 15: | ||
* Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | ||
* Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | ||
+ | * When sorting files in file panel, filename is always secondary criteria. | ||
+ | * Bug fix: SCP fallback for SSH-1 was not working. | ||
+ | * Bug fix: Uploads of files into previously non-existing directory could not be resumed (SFTP-only). | ||
* Bug fix: Selection could not be restored after changing file properties. | * Bug fix: Selection could not be restored after changing file properties. | ||
* Bug fix: WinSCP hung on start-up occasionally (for example when the main window was closed maximised on different screen resolution the last time). | * Bug fix: WinSCP hung on start-up occasionally (for example when the main window was closed maximised on different screen resolution the last time). | ||
Line 19: | Line 25: | ||
* Bug fix: Custom transfer settings dialog invoked from context menu on synchronisation dialog did incorrectly allowed changing all settings, even when time-stamp-only synchronisation was selected. | * Bug fix: Custom transfer settings dialog invoked from context menu on synchronisation dialog did incorrectly allowed changing all settings, even when time-stamp-only synchronisation was selected. | ||
* Bug fix: When the SFTP server does not support permissions, random permissions were used for the files. | * Bug fix: When the SFTP server does not support permissions, random permissions were used for the files. | ||
+ | * Bug fix: Crash when re-key occured on idle background session and the host key was not cached. | ||
===== 3.7.6 ===== | ===== 3.7.6 ===== |