Differences
This shows you the differences between the selected revisions of the page.
2020-12-25 | 2021-03-26 | ||
automatically using target article title for link anchor (martin) | target anchor (martin) | ||
Line 10: | Line 10: | ||
If only one parameter is specified, uploads the file to remote working directory. If more parameters are specified, all except the last one specify set of files to upload. Filename can be replaced with Windows wildcard ((The Windows wildcard supports ''*'' and ''?'' only. If you want to use a full syntax of [[file_mask|file masks]], use a ''[[#filemask|-filemask]]'' switch.)) to select multiple files. To upload all files in a directory, use mask ''*''. | If only one parameter is specified, uploads the file to remote working directory. If more parameters are specified, all except the last one specify set of files to upload. Filename can be replaced with Windows wildcard ((The Windows wildcard supports ''*'' and ''?'' only. If you want to use a full syntax of [[file_mask|file masks]], use a ''[[#filemask|-filemask]]'' switch.)) to select multiple files. To upload all files in a directory, use mask ''*''. | ||
- | The last parameter specifies target remote directory and optionally [[operation_mask|operation mask]] to store file(s) under different name. Target directory must end with slash. To upload more files to current working directory use ''./'' as the last parameter. | + | The last parameter specifies ==target== remote directory and optionally [[operation_mask|operation mask]] to store file(s) under different name. Target directory must end with slash. To upload more files to current working directory use ''./'' as the last parameter. |
With the [[commandline#stdin|''/stdin'' command-line switch]], ''-'' can be used as a source to stream the standard input to remote server. &beta_feature | With the [[commandline#stdin|''/stdin'' command-line switch]], ''-'' can be used as a source to stream the standard input to remote server. &beta_feature |