How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
"DIY Dropbox" or "2-way directory (r)sync with proper deletion"
The main features of sickill/bitpocket are: Downloading and Serving.
Projects with overlapping indexed features include: 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