Differences
This shows you the differences between the selected revisions of the page.
2005-01-05 | 2005-01-06 | ||
removed duplicate sentence, monospaced commands (martin) | typography and links (martin) | ||
Line 32: | Line 32: | ||
^ Directory operations | Recursive operations with directories (deletion, permissions change), can be done with a single command. Thus they are quick. | Recursive operations with directories (deletion, permissions change), must be performend separately for each file. Thus operation can take a long time, especially for directories with large number of files. | | ^ Directory operations | Recursive operations with directories (deletion, permissions change), can be done with a single command. Thus they are quick. | Recursive operations with directories (deletion, permissions change), must be performend separately for each file. Thus operation can take a long time, especially for directories with large number of files. | | ||
^ File renaming | Supported. | Supported since version 2 of the protocol. | | ^ File renaming | Supported. | Supported since version 2 of the protocol. | | ||
- | ^ Execution of arbitrary command | It is possible from Console dialog. Yet only when the command does not require user input. For example it is not possible to execute "su root". | Unsupported. Since version 3.6.7 WinSCP can open secondary shell session to execute the arbitrary command even if the main session is SFTP. | | + | ^ Execution of arbitrary command | It is possible from Console dialog. Yet only when the command does not require user input. For example it is not possible to execute ''su root''. | Unsupported. Since version 3.6.7 WinSCP can open secondary shell session to execute the arbitrary command even if the main session is SFTP. | |
- | ^ Owner or group change | Supported. | In version 2 and 3 of SFTP protocol, owner and group can be changed only with knowledge of UID/GUID (unsupported by WinSCP). Version 4 allows even change using user or group name. | | + | ^ Owner or group change | Supported. | In version 2 and 3 of SFTP protocol, owner and group can be changed only with knowledge of UID/GID (unsupported by WinSCP). Version 4 allows even change using user or group name. | |
^ Link creation | It is possible to create both symbolic and hard links. Symbolic links can be edited also. | It is possible to create and edit symbolic links since version 3. Hard links are not supported. | | ^ Link creation | It is possible to create both symbolic and hard links. Symbolic links can be edited also. | It is possible to create and edit symbolic links since version 3. Hard links are not supported. | | ||
^ User group list lookup | Supported. | Unsupported. | | ^ User group list lookup | Supported. | Unsupported. | | ||
^ Influence of localized environment | As WinSCP uses shell, it is influenced by eventual localized environment (date format, etc.). WinSCP requires english environment. See [[requirements]]. | Is not influenced by localized environment. | | ^ Influence of localized environment | As WinSCP uses shell, it is influenced by eventual localized environment (date format, etc.). WinSCP requires english environment. See [[requirements]]. | Is not influenced by localized environment. | | ||
- | ^ File modification timestamp | Some shell commands are influenced by daylight-saving time. For example, the 'ls' command can return a different time than 'scp'. Thus, after transfer, the timestamp of the file can be different. This causes trouble when comparing directories. | This problem does not emerge. | | + | ^ File modification timestamp | Some shell commands are influenced by daylight-saving time. For example, the ''ls'' command can return a different time than ''scp''. Thus, after transfer, the timestamp of the file can be different. This causes trouble when comparing directories and synchronisation. | This problem does not emerge. | |
- | ^ Configuration | For successful connection to server it is often necessary to properly set up several configuration options on the login screen (SCP tab). | It is not necessary anything more than login data. | | + | ^ Configuration | For successful connection to server it is often necessary to properly set up several configuration options on the login screen ([[ui_login_scp|SCP tab]]). | It is not necessary anything more than login data. | |