Fetching between remotes, using Web APIs.
This is a rewrite of Rclone, using modern Web APIs for cross runtimes.
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 startto execute commands.
- Alternatively, deno task installto install arfetchexecutable in PATH that is symbolic linked to themain.jsfile and userfetchin place ofdeno task start.
- deno task testto run the test suites.