Differences

This shows you the differences between the selected revisions of the page.

2005-02-02 2005-02-02
2005-02-02 (martin) no summary (kc5aug)
Line 18: Line 18:
    * 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.     * Support for ssh.com "des-cbc@ssh.com" authentication.
-  * SFTP protocol optimalisation, especially for dealing with very small files and directories and when transfering over very fast connections. Downloads, uploads and directory listings now takes up to 80%, 80% and 40% less time, respectively. Please report your personal experiences with the change, possitive or negative.+  * SFTP protocol optimalisation, especially for dealing with very small files and directories and when transfering over very fast connections. Downloads, uploads and directory listings now take up to 80%, 80% and 40% less time, respectively. Please report your personal experiences with the change, positive or negative.
  * Implemented support for editors that open multiple file in one process (window).   * 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.     * WinSCP can delay deletion of temporary local file until its exit. This is allowed only if //Allow multiple opened files (editors)// is enabled.
Line 28: Line 28:
  * With SFTP it is now possible to enter the traverse-only (''chmod 110'') directories.   * With SFTP it is now possible to enter the traverse-only (''chmod 110'') directories.
  * Menu //Files > File Names// includes new command //Copy URL to Clipboard//. The URL format is: ''<protocol>:%%//%%<session>/<path>/<file>''.   * Menu //Files > File Names// includes new command //Copy URL to Clipboard//. The URL format is: ''<protocol>:%%//%%<session>/<path>/<file>''.
-  * WinSCP now detects dropped connection immediatelly. It also responds to server keepalive requests immediatelly (''keepalive@openssh.com'').+  * WinSCP now detects dropped connection immediatelly. It also responds to server keepalive requests immediately (''keepalive@openssh.com'').
  * It is possible to edit remote files whose filenames contain characters not allowed on Windows.   * It is possible to edit remote files whose filenames contain characters not allowed on Windows.
  * Inline rename box on remote panel now accepts characters not allowed on Windows, but allowed on other systems.   * Inline rename box on remote panel now accepts characters not allowed on Windows, but allowed on other systems.
Line 36: Line 36:
  * 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.+  * Partially transferred files (''.filepart'') have 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.
-  * Queue sessions are kept alive if the main session is configured so. As side effect dropped connection is detected immediatelly (no error is displayed), not only after there is transfer attempt over it. It avoids failing transfer just because of dropped connection.+  * Queue sessions are kept alive if the main session is configured so. As side effect dropped connection is detected immediately (no error is displayed), not only after there is transfer attempt over it. It avoids failing transfer just because of dropped connection.
  * When secondary shell session is dropped on background, no error is displayed and the main session is no longer closed.   * When secondary shell session is dropped on background, no error is displayed and the main session is no longer closed.
  * If the edited file is saved while the previous change is still being uploaded, the error is no longer displayed, re-upload is scheduled instead.   * If the edited file is saved while the previous change is still being uploaded, the error is no longer displayed, re-upload is scheduled instead.
  * //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 //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 imitate 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.
  * File panel scrolls whole page when visualising batch operation progress.   * File panel scrolls whole page when visualising batch operation progress.
Line 66: Line 66:
  * Bug fix: Attempt to open non-existing local directory (Norton Commander interface only) have not displayed any error message. The first existing parent directory (if any) was opened instead.   * Bug fix: Attempt to open non-existing local directory (Norton Commander interface only) have not displayed any error message. The first existing parent directory (if any) was opened instead.
  * 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 omitted while reading directory.
  * Bug fix: //Time estimated// showed incorrect values for resumed file transfers.   * 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.

Last modified: by kc5aug