"DIY Dropbox" or "2-way directory (r)sync with proper deletion"
Las características principales de sickill/bitpocket son: Downloading and Serving.
Las alternativas de código abierto para sickill/bitpocket incluyen: aria2/aria2 — Aria2 is a multi-protocol command-line download manager designed to maximize bandwidth utilization by retrieving files… avleen/bashttpd — A web server written in bash. bbva/kapow — Kapow! If you can script it, you can HTTP it. chris-rock/vesper — 🍸Vesper - HTTP Framework for Bash Shell. ducaale/xh — xh is a command-line HTTP client used for sending network requests, testing REST APIs, and debugging connections. It… andreafabrizi/dropbox-uploader — Dropbox-Uploader is a Bash-based command-line client for managing files on Dropbox. It provides a full set of file…
Aria2 is a multi-protocol command-line download manager designed to maximize bandwidth utilization by retrieving files from multiple sources and protocols simultaneously. It functions as an asynchronous, event-driven engine that handles complex download lifecycles, including peer-to-peer transfers via BitTorrent, while ensuring data integrity through continuous chunk-based verification. The utility distinguishes itself through its ability to act as a background process that can be controlled programmatically via a remote procedure call interface. This allows external applications to manage, m
Dropbox-Uploader is a Bash-based command-line client for managing files on Dropbox. It provides a full set of file operations including upload, download, copy, move, rename, delete, directory creation, and listing, all through shell scripts that use curl to interact with the Dropbox API. The tool authenticates via OAuth tokens and includes a chunked upload mechanism for handling large files reliably. The project distinguishes itself with an interactive shell interface that lets users browse and manage remote files without re-entering commands, and a file-name-based password derivation system