rclone/docs/content/commands/rclone_copyurl.md
2020-05-27 17:31:08 +01:00

1.3 KiB

date title description slug url
2020-05-18T10:38:09+01:00 rclone copyurl Copy url content to dest. rclone_copyurl /commands/rclone_copyurl/

rclone copyurl

Copy url content to dest.

Synopsis

Download a URL's content and copy it to the destination without saving it in temporary storage.

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 --no-clobber will prevent overwriting file on the destination if there is one with the same name.

Setting --stdout or making the output file name "-" will cause the output to be written to standard output.

rclone copyurl https://example.com dest:path [flags]

Options

  -a, --auto-filename   Get the file name from the URL and use it for destination file path
  -h, --help            help for copyurl
      --no-clobber      Prevent overwriting file with same name
      --stdout          Write the output to stdout rather than a file

See the global flags page for global options not listed here.

SEE ALSO

  • rclone - Show help for rclone commands, flags and backends.