Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business & consumer file storage services, as well as standard transfer protocols.
Version | module name |
---|
1.53.3 | rclone/1.53.3 |
...
Code Block |
---|
language | bash |
---|
title | delete a directory |
---|
|
rclone rmdir remote:directory/new_directory
# use rmdirs to delete intermediate empty directories |
Code Block |
---|
language | bash |
---|
title | Is your transfer speed to dropbox around 1MB/s? |
---|
|
rclone --bwlimit 10M --dropbox-chunk-size 128M copy source:path remote:directory/new_directory |