aim

CI crates.io LoC

🎯 aim: A command line download/upload tool with resume.

resume example

Alternatives:

duma, grapple, rget.

Why?

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

Features

Resume

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 image is available, so arguments can be passed directly to it. Future versions will support single naming for all archs via manifests.

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

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