Differences
This shows you the differences between the selected revisions of the page.
faq_script_non_recursive 2018-11-16 | faq_script_non_recursive 2022-08-09 (current) | ||
Line 2: | Line 2: | ||
Use [[file_mask#directory|file mask]] ''|*/'' to exclude all (sub-)directories. | Use [[file_mask#directory|file mask]] ''|*/'' to exclude all (sub-)directories. | ||
- | ===== Scripting ===== | + | ===== [[scripting]] Scripting ===== |
In [[scripting]], use ''-filemask'' switch of respective command (''[[scriptcommand_get|get]]'', ''[[scriptcommand_put|put]]'' or ''[[scriptcommand_synchronize|synchronize]]'') to set the file mask: | In [[scripting]], use ''-filemask'' switch of respective command (''[[scriptcommand_get|get]]'', ''[[scriptcommand_put|put]]'' or ''[[scriptcommand_synchronize|synchronize]]'') to set the file mask: | ||
Line 10: | Line 10: | ||
</code> | </code> | ||
- | ===== .NET Assembly ===== | + | ===== [[library]] .NET Assembly ===== |
With [[library|WinSCP .NET Assembly]], use ''[[library_transferoptions#filemask|TransferOptions.FileMask]]'' property to set the file mask: | With [[library|WinSCP .NET Assembly]], use ''[[library_transferoptions#filemask|TransferOptions.FileMask]]'' property to set the file mask: |