Differences
This shows you the differences between the selected revisions of the page.
2017-06-01 | 2017-09-05 | ||
5.10 Bug 1508: Duplication is supported with WebDAV protocol. (martin) | released 5.11 stable (martin) | ||
Line 23: | Line 23: | ||
^ Directory operations | Recursive operations with directories (deletion, permissions change) must be performed separately for each file. Thus operations can take a long time, especially for directories with a large number of files. ||| Recursive operations with directories (deletion, permissions change), can be done with a single command (''rm'', ''chmod'', etc). Thus they are quick. On the other hand it limits some functionality. | | ^ Directory operations | Recursive operations with directories (deletion, permissions change) must be performed separately for each file. Thus operations can take a long time, especially for directories with a large number of files. ||| Recursive operations with directories (deletion, permissions change), can be done with a single command (''rm'', ''chmod'', etc). Thus they are quick. On the other hand it limits some functionality. | | ||
^ [[task_rename|File renaming]] and [[task_move_duplicate#move|moving]] | Supported since SFTP-2. | Supported. | Supported. | Supported (''mv''). | | ^ [[task_rename|File renaming]] and [[task_move_duplicate#move|moving]] | Supported since SFTP-2. | Supported. | Supported. | Supported (''mv''). | | ||
- | ^ Direct [[task_move_duplicate#duplicate|File duplication]] | Unsupported by most %%SFTP%% servers. The server has to support %%SFTP%% extension ''copy-file'' (supported by ProFTPD/mod_sftp for example). WinSCP can open a [[shell_session|separate shell session]] to duplicate the file instead. | Unsupported. | Supported in the latest beta version. &beta | Supported (''cp''). | | + | ^ Direct [[task_move_duplicate#duplicate|File duplication]] | Unsupported by most %%SFTP%% servers. The server has to support %%SFTP%% extension ''copy-file'' (supported by ProFTPD/mod_sftp for example). WinSCP can open a [[shell_session|separate shell session]] to duplicate the file instead. | Unsupported. | Supported. | Supported (''cp''). | |
^ [[remote_command|Execution of arbitrary command]] | Unsupported by the protocol. WinSCP can open a [[shell_session|separate shell session]] to execute the command. | Unsupported. WinSCP allows user to execute arbitrary protocol command. | Unsupported. | Supported as long as the command does not require user input. | | ^ [[remote_command|Execution of arbitrary command]] | Unsupported by the protocol. WinSCP can open a [[shell_session|separate shell session]] to execute the command. | Unsupported. WinSCP allows user to execute arbitrary protocol command. | Unsupported. | Supported as long as the command does not require user input. | | ||
^ [[ui_transfer_custom#upload|Setting properties (time-stamp, permissions) of uploaded files]] | Supported. | Server needs to support ''MFMT'' extension. | Only few servers support setting time-stamp. | Supported. | | ^ [[ui_transfer_custom#upload|Setting properties (time-stamp, permissions) of uploaded files]] | Supported. | Server needs to support ''MFMT'' extension. | Only few servers support setting time-stamp. | Supported. | |