Differences
This shows you the differences between the selected revisions of the page.
2005-12-16 | 2005-12-16 | ||
typo (martin) | typos (martin) | ||
Line 7: | Line 7: | ||
===== Information Displayed in the Queue List ===== | ===== Information Displayed in the Queue List ===== | ||
- | Each entry in the queue list represents one [[transfer_queue|background transfer]] (not file to transfer). The entries on the top of the queue represent transfers in progress. Each transfer in progress has two lines, where the second line is used to display information about file being transfered. | + | Each entry in the queue list represents one [[transfer_queue|background transfer]] (not file to transfer). The entries on the top of the queue represent transfers in progress. Each transfer in progress has two lines, where the second line is used to display information about file being transferred. |
Information beings shown in the first line is following: | Information beings shown in the first line is following: | ||
Line 13: | Line 13: | ||
^ Column ^ Description ^ | ^ Column ^ Description ^ | ||
| //Operation// | Icon representing the operation. Right-to-left arrow for downloads, Left-to-right icon for uploads. If the background transfer needs [[ui_queue#interacting_with_background_transfers|interaction with the user]], there is an additional icon representing the type of interaction (confirmation, error message or prompt) and both icons flash. | | | //Operation// | Icon representing the operation. Right-to-left arrow for downloads, Left-to-right icon for uploads. If the background transfer needs [[ui_queue#interacting_with_background_transfers|interaction with the user]], there is an additional icon representing the type of interaction (confirmation, error message or prompt) and both icons flash. | | ||
- | | //Source// | Path to file if one file only is being transfered. Path to source directory if multiple files are being transfered. | | + | | //Source// | Path to file if one file only is being transferred. Path to source directory if multiple files are being transferred. | |
| //Destination// | Destination directory of the transfer including [[operation_mask|operation mask]]. | | | //Destination// | Destination directory of the transfer including [[operation_mask|operation mask]]. | | ||
- | | //Transfered// | Total number of bytes already transfered (for all files). Empty for waiting transfers. | | + | | //Transferred// | Total number of bytes already transferred (for all files). Empty for waiting transfers. | |
| //Elapsed// | Total time already spent on transfer. Empty for waiting transfers. | | | //Elapsed// | Total time already spent on transfer. Empty for waiting transfers. | | ||
| //Progress// | Status of transfer. Percentage indicator for ongoing transfers. //Query//, //Error// or //Prompt// for transfers that need [[ui_queue#interacting_with_background_transfers|interaction with the user]]. //Waiting...// for waiting transfers. //Suspended// for suspended transfers. | | | //Progress// | Status of transfer. Percentage indicator for ongoing transfers. //Query//, //Error// or //Prompt// for transfers that need [[ui_queue#interacting_with_background_transfers|interaction with the user]]. //Waiting...// for waiting transfers. //Suspended// for suspended transfers. | | ||
Line 23: | Line 23: | ||
^ Column ^ Description ^ | ^ Column ^ Description ^ | ||
| //Operation// | None. | | | //Operation// | None. | | ||
- | | //Source// | Path to file being transfered. | | + | | //Source// | Path to file being transferred. | |
| //Destination// | Empty. | | | //Destination// | Empty. | | ||
- | | //Transfered// | Number of bytes transfered for current file. | | + | | //Transferred// | Number of bytes transferred for current file. | |
| //Speed// | Average speed of the transfer. | | | //Speed// | Average speed of the transfer. | | ||
| //Progress// | The same as in the first line, only the percentage indicator, if shown, is for the current file only. | | | //Progress// | The same as in the first line, only the percentage indicator, if shown, is for the current file only. | | ||
Line 32: | Line 32: | ||
Sometime the background transfer needs to interact with the user. For example to confirm resuming the files transfer, to show error message or to ask for password. | Sometime the background transfer needs to interact with the user. For example to confirm resuming the files transfer, to show error message or to ask for password. | ||
- | There are two interaction modes. In the default mode the message or input box pops up whenever any of the background transfer needs to interact (but only when the main connection is idle). Alternativelly the box may not pop up automatically. Instead the respective line on queue list may visually indicate that the transfer needs interaction. User must double-click the line or choose respective command from queue [[ui_context_menu|context menu]] (or toolbar) to make the box pop up (see [[ui_queue#managing_the_queue|Managing the Queue]]). To switch to alternative mode uncheck //[[ui_pref_background#background_transfers|Automatically popup prompts of background transfers when idle]]// on //Background tab// of Preferences dialog. | + | There are two interaction modes. In the default mode the message or input box pops up whenever any of the background transfer needs to interact (but only when the main connection is idle). Alternatively the box may not pop up automatically. Instead the respective line on queue list may visually indicate that the transfer needs interaction. User must double-click the line or choose respective command from queue [[ui_context_menu|context menu]] (or toolbar) to make the box pop up (see [[ui_queue#managing_the_queue|Managing the Queue]]). To switch to alternative mode uncheck //[[ui_pref_background#background_transfers|Automatically popup prompts of background transfers when idle]]// on //Background tab// of Preferences dialog. |
Some prompts of background transfers may be avoided at all. To disable overwrite confirmations (and similar prompts) check //No confirmations// on [[ui_copy|transfer options dialog]]. To avoid background transfers asking for password you may instruct WinSCP to [[ui_pref_background#|save the main session password]] and reuse it for background transfer connections. | Some prompts of background transfers may be avoided at all. To disable overwrite confirmations (and similar prompts) check //No confirmations// on [[ui_copy|transfer options dialog]]. To avoid background transfers asking for password you may instruct WinSCP to [[ui_pref_background#|save the main session password]] and reuse it for background transfer connections. |