task_upload » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
task_upload 2024-12-04 | task_upload 2025-02-14 (current) | ||
Line 49: | Line 49: | ||
To upload files using different session than active one, you can drop the local files to any [[ui_tabs|session tab]]. | To upload files using different session than active one, you can drop the local files to any [[ui_tabs|session tab]]. | ||
- | ===== File Upload on Background ===== | + | ===== File Upload in Background ===== |
- | By default, the file upload starts on foreground, blocking the WinSCP window until it is complete. Learn how to schedule the [[transfer_queue|background transfer]]. | + | By default, the file upload starts in foreground, blocking the WinSCP window until it is complete. Learn how to schedule the [[transfer_queue|background transfer]]. |
===== Preserving Overwritten Remote Files ===== | ===== Preserving Overwritten Remote Files ===== | ||
Line 56: | Line 56: | ||
===== Automating Uploads ===== | ===== Automating Uploads ===== | ||
+ | To automate file upload use scripting command ''[[scriptcommand_put|put]]'' or .NET assembly method ''[[library_session_putfiles|Session.PutFiles]]''. | ||