copyurl: add --auto-filename flag for using file name from url in destination path (#3451)

This commit is contained in:
Denis
2019-09-03 19:25:19 +03:00
committed by Nick Craig-Wood
parent 5932acfee3
commit b71ac141cc
6 changed files with 74 additions and 14 deletions

View File

@@ -22,7 +22,8 @@ rclone copyurl https://example.com dest:path [flags]
### Options
```
-h, --help help for copyurl
-a, --auto-filename Get the file name from the url and use it for destination file path
-h, --help help for copyurl
```
See the [global flags page](/flags/) for global options not listed here.