ui_progress » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
ui_progress 2014-02-09 | ui_progress 2024-10-12 (current) | ||
Line 1: | Line 1: | ||
====== Progress Window ====== | ====== Progress Window ====== | ||
- | You will see Progress window whenever WinSCP is performing some [[task_index|operation]]. Depending on kind of operation it will show various information about its progress. | + | You will see the Progress window whenever WinSCP is performing some [[task_index|operation]]. Depending on the kind of the operation it will show various information about its progress. |
&screenshotpict(progress) | &screenshotpict(progress) | ||
Line 8: | Line 8: | ||
//File// box shows name of a file that WinSCP is currently working with. | //File// box shows name of a file that WinSCP is currently working with. | ||
- | 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. | + | The progress indicator shows approximately what part of the operation is already complete. For file transfers, the indicator is more accurate when [[ui_transfer_custom#common|calculation of total transfer size]] is enabled. |
===== Transfer Information ===== | ===== Transfer Information ===== | ||
Line 14: | Line 14: | ||
During transfer operation ([[task_upload|upload]] or [[task_download|download]]) additional information is shown. | 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". | + | //Target// box shows target directory of the transfer (local for downloads, remote for uploads). For [[task_download#dragdrop|drag&drop downloads]] in [[ui_pref_dragdrop#temporary|temporary folder mode]], 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. | + | //Time left// shows time estimated till operation end. If [[ui_transfer_custom#common|calculation of total transfer size]] is disabled, //Start time// will be shown instead. //Time elapsed// shows time elapsed since operation started. |
- | //Bytes transfered// shows total number of bytes transfered in current operation. | + | //Bytes transferred// shows the total number of bytes transferred in the current operation. |
//Speed// shows transfer speed in characters (bytes) per second. | //Speed// shows transfer speed in characters (bytes) per second. | ||
- | The bottom progress indicator shows what part of the file was already transfered. | + | The bottom progress indicator shows what part of the file was already transferred. |
- | The title bar shows the transfer process in percentage. | + | The top bar shows the transfer process in percentage. |
===== [[controlling]] Controlling the Operation ===== | ===== [[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. | + | Use the //Cancel// button to cancel the operation. Note that with [[scp|SCP protocol]] the transfer of file cannot be interrupted without closing whole session. |
- | 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 the //Skip this file// button to cancel a current file transfer, but proceed with other files in a batch. |
- | 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 the //Minimize// button to minimize WinSCP window to taskbar. You may be [[ui_pref_environment#notifications|notified with a balloon]] once the operation finishes. |
- | Use //Speed// to limit transfer speed. Available only for transfer operation. The limit is in KiB/s. To remove speed limit, set it to "Unlimited". Initial transfer speed can be set as part of [[ui_transfer_custom|transfer settings]]. | + | For transfer and delete operations, use the //Proceed in ==Background==// button, to move the current operation to [[transfer_queue|background queue]]. This is not supported with [[scp|SCP protocol]]. When transfer resuming is not supported (with [[webdav|WebDAV]] and [[s3|S3]] protocols particularly), current file transfer will be restarted. It is not possible to move the operation to the queue, if it is a part of a larger operation (like when downloading remote file to an editor or when synchronizing). |
+ | |||
+ | Use the //Action to perform once the operation finishes// drop-down menu 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 the current session. | ||
+ | |||
+ | Use the //Speed// drop-down to limit a transfer speed. Available only for transfer operations. The limit is in KB/s. To remove the speed limit, set it to "Unlimited". An initial transfer speed can be set as a part of [[ui_transfer_custom|transfer settings]]. You can also use a mouse wheel, when cursor hovers over the //Speed// box, to control the speed. |