The unofficial CLI for Put.io
You can use Kaput to completely manage your Put.io account from the comfort of your terminal!
- List all files on your account
- Download any file directly to your computer
- Upload any file directly from your computer
- Delete any file from the terminal
- Move files to different folders
- Rename files
- Extract archives remotely
- List all transfers on your account
- Add and start new transfers
- Cancel any running transfers
- Retry failed transfers
- Remove old transfers
- Clean your transfers list
Specific instructions coming soon.
You can directly compile and install Kaput as long as you have Rust and Cargo installed on your machine:
- Install Rust and Cargo (skip if already installed)
curl https://sh.rustup.rs -sSf | sh
- Install Kaput through Cargo
cargo install kaput-cli
Binaries of the latest version of every major platform are available on the releases page.
Once installed, you can call kaput from the terminal:
kaput <command>
For more information on all of the available commands, refer to our documentation.