aim

CI CD codecov crates.io docker pulls LoC

A command line download/upload tool with resume.

resume example

Why?

Simplicity: download or upload files depending on parameter order with default settings.

Features

Resume

Resume support for both download and upload for http(s), ftp.

Download and upload support for ssh, resume (using sftp) under development. Currently, only user/pass auth working for ssh. Key support under development.

Http upload needs a webserver implementing PUT ranges (or a patched version of nginx).

Authentication

Create a file named .netrc with read permissions in ~ or the current folder you're running aim from to automate login to that endpoint: bash machine mydomain.com login myuser password mypass port server_port

Docker

For convenience, an alpine-based docker images for x64 and aarch64 are available, so arguments can be passed directly to them.

bash docker run --rm -it -v $(pwd):/src --user $UID:$UID mihaigalos/aim https://raw.githubusercontent.com/mihaigalos/aim/main/LICENSE.md

Similar work

duma, grapple, rget.