Differences
This shows you the differences between the selected revisions of the page.
2018-09-03 | 2018-10-16 | ||
removing links to protocols as in other sections (martin) | calculation does not add time to background transfer with multiple connections (martin) | ||
Line 49: | Line 49: | ||
Note that while you may have rights to overwrite the remote file, you may not have rights to change its timestamp. See //[[#upload|Ignore permissions errors]]//. With FTP protocol, preserving timestamp of uploaded files may not be supported with old FTP servers.((Server needs to support ''MFMT'' command.)) The option is also disabled when configuring transfer settings for [[task_synchronize_full|synchronization]], as preserving timestamps is mandatory then.((Unless comparison criteria //[[ui_synchronize#criteria|Modification time]]// is turned off.)) Most WebDAV servers do not support preserving timestamps, but as the capability is not detectable, the option is available always and when enabled, WinSCP tries to preserve the timestamp and silently continues when the server fails. S3 protocol does support preserving timestamps either. | Note that while you may have rights to overwrite the remote file, you may not have rights to change its timestamp. See //[[#upload|Ignore permissions errors]]//. With FTP protocol, preserving timestamp of uploaded files may not be supported with old FTP servers.((Server needs to support ''MFMT'' command.)) The option is also disabled when configuring transfer settings for [[task_synchronize_full|synchronization]], as preserving timestamps is mandatory then.((Unless comparison criteria //[[ui_synchronize#criteria|Modification time]]// is turned off.)) Most WebDAV servers do not support preserving timestamps, but as the capability is not detectable, the option is available always and when enabled, WinSCP tries to preserve the timestamp and silently continues when the server fails. S3 protocol does support preserving timestamps either. | ||
- | The //Calculate total size// checkbox make WinSCP calculate total size of all files in all selected directories to be transferred before the actual transfer. It allows it then to estimate time necessary to complete the transfer. Note that if you are going to transfer large number of directories the calculation can take significant time. If the option is disabled, [[ui_pref_background|multiple connections]] cannot be used for background transfers. | + | The //Calculate total size// checkbox make WinSCP calculate total size of all files in all selected directories to be transferred before the actual transfer. It allows it then to estimate time necessary to complete the transfer. Note that if you are going to transfer large number of directories the calculation can take significant time. If the option is disabled, [[ui_pref_background|multiple connections]] cannot be used for background transfers. Though for background transfers with multiple connections, the calculation does not add time to a transfer, as directories are not listed again for the transfer itself. |
Use //Speed// to limit transfer speed. The limit is in KB/s. You can also change the speed on [[ui_progress|progress windows]] while files are being transferred. To remove speed limit, set it to "Unlimited". | Use //Speed// to limit transfer speed. The limit is in KB/s. You can also change the speed on [[ui_progress|progress windows]] while files are being transferred. To remove speed limit, set it to "Unlimited". |