Differences
This shows you the differences between the selected revisions of the page.
| 2020-12-24 | 2021-10-18 | ||
| automatically using target article title for link anchor (martin) | mistakes (reported by @Smokesick as t=31567) (martin) | ||
| Line 27: | Line 27: | ||
| ==== Parameters ==== | ==== Parameters ==== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | string ==localDirectory== | Full path to the remote directory to download the files from. | | + | | string ==localDirectory== | Full path to the local directory to upload the files from. | |
| - | | string ==remoteDirectory == | Full path to the local directory to download the files to. | | + | | string ==remoteDirectory == | Full path to the remote directory to upload the files to. | |
| | string ==filemask== | Windows wildcard ((The Windows wildcard supports ''*'' and ''?'' only. If you want to use a full syntax of [[file_mask|file masks]], use a ''[[library_transferoptions#filemask|TransferOptions.FileMask]]''.)) to select the files or subdirectories to upload. Defaults to ''null'' to upload all files and subdirectories of the local directory. | | | string ==filemask== | Windows wildcard ((The Windows wildcard supports ''*'' and ''?'' only. If you want to use a full syntax of [[file_mask|file masks]], use a ''[[library_transferoptions#filemask|TransferOptions.FileMask]]''.)) to select the files or subdirectories to upload. Defaults to ''null'' to upload all files and subdirectories of the local directory. | | ||
| | bool ==remove== | When set to ''true'', deletes the source local file(s) after a successful transfer. Defaults to ''false''. | | | bool ==remove== | When set to ''true'', deletes the source local file(s) after a successful transfer. Defaults to ''false''. | | ||