task_upload » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-03-28 | 2020-02-19 | ||
it's "File Explorer" now (martin) | unc browsing is supported long enough (martin) | ||
Line 60: | Line 60: | ||
To automate file upload use scripting command ''[[scriptcommand_put|put]]'' or .NET assembly method ''[[library_session_putfiles|Session.PutFiles]]''. | To automate file upload use scripting command ''[[scriptcommand_put|put]]'' or .NET assembly method ''[[library_session_putfiles|Session.PutFiles]]''. | ||
- | ===== [[unc]] Uploading Files From UNC Paths (Network shares) ===== | ||
- | While in older versions, WinSCP cannot browse UNC paths (network shares) in local [[ui_file_panel|panel]] of [[ui_commander|Commander interface]], it can upload files from there. You can [[#dragdrop|drag]] the files from Windows File Explorer or another application, you can use %%UNC%% paths in [[scripting]], or use any other mean of uploading as described on this page. | ||
- | |||
- | //The latest version of WinSCP can browse %%UNC%% paths.// &recent (* eventually remove whole section*) |