rclone

CLI program to copy/sync/move files and directories to and from…

rclone

CLI program to copy/sync/move files and directories to and from many cloud services. More information: https://rclone.org.

rclone lsf {{remote_name}}:{{path/to/directory}}

rclone copy {{path/to/source_file_or_directory}} {{remote_name}}:{{path/to/destination_directory}}

rclone copy {{remote_name}}:{{path/to/source_file_or_directory}} {{path/to/destination_directory}}

rclone sync {{path/to/file_or_directory}} {{remote_name}}:{{path/to/directory}}

rclone move {{path/to/file_or_directory}} {{remote_name}}:{{path/to/directory}}

rclone --dry-run delete {{remote_name}}:{{path/to/file_or_directory}}

rclone mount {{remote_name}}:{{path/to/directory}} {{path/to/mount_point}}

fusermount -u {{path/to/mount_point}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← rcat rdfind →