ui_progress » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
ui_progress 2005-06-28 | 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#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". |
- | //Transfer mode// box shows what [[transfer_mode|transfer mode]] is used for file being transfered. | + | //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. |
- | //Resume// box states whether it would be possible to [[resume|resume]] transfer of current file in case it is interrupted. | + | //Bytes transferred// shows the total number of bytes transferred in the current operation. |
- | //Time left// shows time estimated till operation end. If [[ui_transfer#common_options|calculation of total transfer size]] is disabled, //Start time// will be shown instead. //Time elapsed// shows time elapsed since operation started. | + | //Speed// shows transfer speed in characters (bytes) per second. |
- | //Bytes transfered// shows total number of Kbytes transfered in current operation. | + | The bottom progress indicator shows what part of the file was already transferred. |
- | //CPS// shows transfer speed in characters (Kbytes) per second. | + | The top bar shows the transfer process in percentage. |
- | The bottom progress indicator shows what part of the file was already transfered. | + | ===== [[controlling]] Controlling the Operation ===== |
+ | 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. | ||
- | ===== Controlling the Operation ===== | + | Use the //Skip this file// button to cancel a current file transfer, but proceed with other files in a batch. |
- | Check //Disconnect when operation finishes// to make WinSCP disconnect current session when the operation finishes. You can configure whether you want to close whole application along using confirmation option //[[ui_pref_environment#confirmations|Exiting application on operation completion]]// in preferences. | + | |
- | Use //Minimize// button to minimize WinSCP window to taskbar. The window will restore automatically once the operation finishes. | + | 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 //Cancel// button to cancel the operation. Note that with [[protocols#scp_secure_copy_protocol|SCP protocol]] the transfer of file cannot be interruped without closing whole session. | + | 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 //Speed// slider for limited control of transfer speed. Available only for transfer operation. | + | 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. |