Deno port of Rclone, rewriting functionality using Web API.
A Rclone wrapper for WebAssembly build is also available.
These backends adapt or modify other storage providers
backend
cat
config
copy
copyurl
ls
lsd
lsf
lsjson
lsl
obscure
rcat
reveal
serve
- Clone the repository and navigate to the folder.
deno task start
to execute commands.- Alternatively,
deno task install
to install adclone
executable in PATH that is symbolic linked to themain.js
file and usedclone
in place ofdeno task start
. deno task test
to run the test suites.