rclone/docs/content/commands/rclone_copyurl.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2018-09-01 19:58:00 +08:00
---
date: 2020-02-10T12:28:36Z
2018-09-01 19:58:00 +08:00
title: "rclone copyurl"
slug: rclone_copyurl
url: /commands/rclone_copyurl/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/copyurl/ and as part of making a release run "make commanddocs"
2018-09-01 19:58:00 +08:00
---
## rclone copyurl
Copy url content to dest.
### Synopsis
2020-02-01 18:31:42 +08:00
Download a URL's content and copy it to the destination without saving
it in temporary storage.
2018-09-01 19:58:00 +08:00
2020-02-01 18:31:42 +08:00
Setting --auto-filename will cause the file name to be retreived from
the from URL (after any redirections) and used in the destination
path.
Setting --stdout or making the output file name "-" will cause the
output to be written to standard output.
2019-10-26 18:04:54 +08:00
2018-09-01 19:58:00 +08:00
```
rclone copyurl https://example.com dest:path [flags]
```
### Options
```
2020-02-01 18:31:42 +08:00
-a, --auto-filename Get the file name from the URL and use it for destination file path
-h, --help help for copyurl
2020-02-01 18:31:42 +08:00
--stdout Write the output to stdout rather than a file
2018-09-01 19:58:00 +08:00
```
See the [global flags page](/flags/) for global options not listed here.
2018-09-01 19:58:00 +08:00
### SEE ALSO
2018-10-15 18:03:08 +08:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-09-01 19:58:00 +08:00