ui_progress » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2015-01-23 | 2015-01-23 | ||
tst (78.181.7.29) (hidden) | Restored revision 1421751583. Undoing revisions 1422039227, 1422039275. (martin) (hidden) | ||
Line 10: | Line 10: | ||
Progress indicator shows approximately what part of the operation is already complete. The indicator is more accurate when [[ui_transfer_custom#common_options|calculation of total transfer size]] is enabled. | Progress indicator shows approximately what part of the operation is already complete. The indicator is more accurate when [[ui_transfer_custom#common_options|calculation of total transfer size]] is enabled. | ||
- | http://www.kralnetci.com | + | ===== Transfer Information ===== |
+ | |||
+ | During transfer operation ([[task_upload|upload]] or [[task_download|download]]) additional information is shown. | ||
+ | |||
+ | //Target// box shows target directory of the transfer (local for downloads, remote for uploads). For drag&drop downloads with disabled [[dragext|drag&drop shell extension]], WinSCP has no knowledge about the destination directory. In such case the box will state "Temporary directory". | ||
+ | |||
+ | //Time left// shows time estimated till operation end. If [[ui_transfer_custom#common_options|calculation of total transfer size]] is disabled, //Start time// will be shown instead. //Time elapsed// shows time elapsed since operation started. | ||
+ | |||
+ | //Bytes transferred// shows total number of bytes transferred in current operation. | ||
+ | |||
+ | //Speed// shows transfer speed in characters (bytes) per second. | ||
+ | |||
+ | The bottom progress indicator shows what part of the file was already transferred. | ||
+ | |||
+ | The title bar shows the transfer process in percentage. | ||
+ | |||
+ | ===== [[controlling]] Controlling the Operation ===== | ||
+ | Use //Minimize// button to minimize WinSCP window to taskbar. You may be [[ui_pref_environment#notifications|notified with a balloon]] once the operation finishes. | ||
+ | |||
+ | For transfer operations the //Minimize// button opens drop down menu with additional command, //Move to Background//, that moves current transfer to [[transfer_queue|background transfer queue]]. This is not supported with [[scp|SCP protocol]]. When transfer resuming is not supported (with [[webdav|WebDAV protocol]] particularly), current file transfer will be restarted. &beta_feature | ||
+ | |||
+ | Use //Cancel// button to cancel the operation. Note that with [[scp|SCP protocol]] the transfer of file cannot be interrupted without closing whole session. | ||
+ | |||
+ | Use //Once finished// to choose an [[once_done|action to do]] once the operation is completed. Note that the chosen action may cancel any [[transfer_queue|background transfers]] associated with current session. | ||
+ | |||
+ | Use //Speed// to limit transfer speed. Available only for transfer operation. The limit is in KB/s. To remove speed limit, set it to "Unlimited". Initial transfer speed can be set as part of [[ui_transfer_custom|transfer settings]]. |