Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2012-09-24 | ||
5.1 is stable (martin) | typos (martin) | ||
Line 23: | Line 23: | ||
==== Parameters ==== | ==== Parameters ==== | ||
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
- | | string localPath | Full path to local file or directory to upload. Filename in the path can be replaced with Windows wildcard ((Windows wildcard supports ''*'' and ''?'' only. It does not support all the features of [[file_mask|file masks]].)) to select multiple files. When file name is omited (path ends with backslash), all files and subdirectories in the local directory are uploaded. | | + | | string localPath | Full path to local file or directory to upload. Filename in the path can be replaced with Windows wildcard ((Windows wildcard supports ''*'' and ''?'' only. It does not support all the features of [[file_mask|file masks]].)) to select multiple files. When file name is omitted (path ends with backslash), all files and subdirectories in the local directory are uploaded. | |
- | | string remotePath | Full path to upload the file to. When uploading multiple files, the filename in the path should be replaced with [[operation_mask|operation mask]] or omited (path ends with slash). | | + | | string remotePath | Full path to upload the file to. When uploading multiple files, the filename in the path should be replaced with [[operation_mask|operation mask]] or omitted (path ends with slash). | |
| bool remove | When set to ''true'', deletes source local file(s) after transfer. Defaults to ''false''. | | | bool remove | When set to ''true'', deletes source local file(s) after transfer. Defaults to ''false''. | | ||
| [[library_transferoptions|TransferOptions]] options | Transfer options. Defaults to ''null'', what is equivalent to ''new TransferOptions()''. | | | [[library_transferoptions|TransferOptions]] options | Transfer options. Defaults to ''null'', what is equivalent to ''new TransferOptions()''. | |