Differences
This shows you the differences between the selected revisions of the page.
2019-09-27 | 2020-02-19 | ||
session_url#file (martin) | unc browsing is supported long enough (martin) | ||
Line 44: | Line 44: | ||
===== Automating Download ===== | ===== Automating Download ===== | ||
To automate the file download, use the scripting command ''[[scriptcommand_get|get]]'' or .NET assembly method ''[[library_session_getfiles|Session.GetFiles]]''. | To automate the file download, use the scripting command ''[[scriptcommand_get|get]]'' or .NET assembly method ''[[library_session_getfiles|Session.GetFiles]]''. | ||
- | |||
- | ===== [[unc]] Downloading Files To 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 download files therein. You can [[ui_copy#target_directory|type target UNC path manually]], you can use %%UNC%% paths in [[scripting]], you can or use any other mean of downloading as described on this page. | ||
- | |||
- | //The latest version of WinSCP can browse %%UNC%% paths.// &recent (*eventually remove whole section*) | ||
===== Downloading Found Files ===== | ===== Downloading Found Files ===== | ||
You can also initiate a download from [[ui_find|find results]]. | You can also initiate a download from [[ui_find|find results]]. | ||