File: tramp-rclone.el.html
rclone is a command line program to sync files and directories to and from cloud storages. Tramp uses its mount utility to access files and directories there. The configuration of rclone for different storage systems is performed outside Tramp, see rclone(1).
A remote file under rclone control has the form
"/rclone:<remote>:/path/to/file". <remote> is the name of a
storage system in rclone's configuration. Therefore, such a remote
file name does not know of any user or port specification.
Defined variables (3)
tramp-rclone-file-name-handler-alist | Alist of handler functions for Tramp RCLONE method. |
tramp-rclone-method | When this method name is used, forward all calls to rclone mounts. |
tramp-rclone-program | Name of the rclone program. |
Defined functions (11)
tramp-rclone-do-copy-or-rename-file | (OP FILENAME NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-DATE PRESERVE-UID-GID PRESERVE-EXTENDED-ATTRIBUTES) |
tramp-rclone-file-name-handler | (OPERATION &rest ARGS) |
tramp-rclone-file-name-p | (VEC-OR-FILENAME) |
tramp-rclone-handle-copy-file | (FILENAME NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-DATE PRESERVE-UID-GID PRESERVE-EXTENDED-ATTRIBUTES) |
tramp-rclone-handle-file-readable-p | (FILENAME) |
tramp-rclone-handle-file-system-info | (FILENAME) |
tramp-rclone-handle-rename-file | (FILENAME NEWNAME &optional OK-IF-ALREADY-EXISTS) |
tramp-rclone-maybe-open-connection | (VEC) |
tramp-rclone-parse-device-names | (IGNORE) |
tramp-rclone-remote-file-name | (FILENAME) |
tramp-rclone-send-command | (VEC &rest ARGS) |