Changes between Version 54 and Version 55 of help/en/howto/cli
- Timestamp:
- Jan 28, 2015 10:10:49 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/cli
v54 v55 194 194 If your shell supports glob expansion you can use a wildcard pattern to select files for upload like `duck --upload ftps://<hostname>/directory/ ~/*.jpg`. 195 195 196 ==== Use of `~` ==== 197 198 You can use the tilde to abbreviate the remote path pointing to the remote home folder as in `sftp://ci.iterate.ch/~/`. It will be expanded when constructing absolute paths. 199 196 200 === Remote directory listings with `--list` === 197 201