denolcr
Deno port of Rclone, rewriting functionality using Web API.
A Rclone wrapper for WebAssembly build is also available.
Storage providers
- Fshare.vn
- Google Drive :page_facing_up:
- The local filesystem :page_facing_up:
Virtual storage providers
These backends adapt or modify other storage providers
- Alias: rename existing remotes :page_facing_up:
- Crypt: encrypt files :page_facing_up:
Commands
backendconfiglsjsonlsflslsllsdcatrcatcopycopyurlobscurereveal
Development
- Clone the repository and navigate to the folder.
deno task startto execute commands.- Alternatively,
deno task installto install adcloneexecutable in PATH that is symbolic linked to themain.tsfile and usedclonein place ofdeno task start. deno task testto run the test suites.