mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
make commanddocs for v1.56 (#5383)
This commit is contained in:
@@ -30,6 +30,13 @@ must fit into RAM. The cutoff needs to be small enough to adhere
|
||||
the limits of your remote, please see there. Generally speaking,
|
||||
setting this cutoff too high will decrease your performance.
|
||||
|
||||
Use the |--size| flag to preallocate the file in advance at the remote end
|
||||
and actually stream it, even if remote backend doesn't support streaming.
|
||||
|
||||
|--size| should be the exact size of the input stream in bytes. If the
|
||||
size of the stream is different in length to the |--size| passed in
|
||||
then the transfer will likely fail.
|
||||
|
||||
Note that the upload can also not be retried because the data is
|
||||
not kept around until the upload succeeds. If you need to transfer
|
||||
a lot of data, you're better off caching locally and then
|
||||
@@ -42,7 +49,8 @@ rclone rcat remote:path [flags]
|
||||
## Options
|
||||
|
||||
```
|
||||
-h, --help help for rcat
|
||||
-h, --help help for rcat
|
||||
--size int File size hint to preallocate (default -1)
|
||||
```
|
||||
|
||||
See the [global flags page](/flags/) for global options not listed here.
|
||||
|
Reference in New Issue
Block a user