ui_progress » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2010-06-14 | 2010-11-12 | ||
Restored revision 1269856434. Undoing revisions 1276540016, 1276540082. (martin) (hidden) | removed (66.229.23.96) (hidden) | ||
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". | ||
- | |||
- | //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]] Controlling the Operation ===== | ||
- | Use //Minimize// button to minimize WinSCP window to taskbar. You may be [[ui_pref_environment#notifications|notified with ballon]] 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 interrupted without closing whole session. | ||
- | |||
- | Use //Once finished// to choose [[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 KiB/s. To remove speed limit, set it to "Unlimited". Initial transfer speed can be set as part of [[ui_transfer|transfer settings]]. |