1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/docs/content/commands/rclone_copyurl.md
Nick Craig-Wood 17c21aed5a Version v1.49.5
2019-10-05 12:07:20 +01:00

34 lines
552 B
Markdown

---
date: 2019-10-05T12:07:00+01:00
title: "rclone copyurl"
slug: rclone_copyurl
url: /commands/rclone_copyurl/
---
## rclone copyurl
Copy url content to dest.
### Synopsis
Download urls content and copy it to destination
without saving it in tmp storage.
```
rclone copyurl https://example.com dest:path [flags]
```
### Options
```
-h, --help help for copyurl
```
See the [global flags page](/flags/) for global options not listed here.
### SEE ALSO
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.