ui_progress » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2005-02-09 | 2005-05-03 | ||
created (82.77.228.237) | created (martin) | ||
Line 1: | Line 1: | ||
+ | ====== 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. | ||
+ | &screenshotpict(progress) | ||
+ | |||
+ | ===== General Information ===== | ||
+ | |||
+ | //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. | ||
+ | |||
+ | ===== 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". | ||
+ | |||
+ | //Transfer mode// box shows what [[transfer_mode|transfer mode]] is used for file being transfered. | ||
+ | |||
+ | //Resume// box states whether it would be possible to [[resume|resume]] transfer of current file in case it is interrupted. | ||
+ | |||
+ | //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. | ||
+ | |||
+ | //Bytes transfered// shows total number of bytes transfered in current operation. | ||
+ | |||
+ | //CPS// shows transfer speed in characters (bytes) per second. | ||
+ | |||
+ | The bottom progress indicator shows what part of the file was already transfered. | ||
+ | |||
+ | ===== Controlling the Operation ===== | ||
+ | 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 //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. | ||
+ | |||
+ | Use //Speed// slider for limited control of transfer speed. Available only for transfer operation. |