Linux command
aim 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Download a file
aim [https://domain.com/file.tar.gz] .
Upload a local file
aim [local.file] [https://domain.com/destination.file]
Download and auto-decompress
aim [https://domain.com/file.tar.gz] +
Browse a remote directory interactively
aim [http://192.168.1.5:8080] -i
Serve the current directory
aim .
Download with SHA256 checksum
aim [https://domain.com/file] . [sha256hash]
说明
aim is a command-line download and upload tool with resume capabilities, positioned as an alternative to aria2 for users who do not need torrent support. It supports HTTP(S), FTP, SFTP, SSH, and S3 protocols, with resume support for HTTP(S), FTP, and SFTP transfers. The action (download or upload) is determined by the order of parameters. Written in Rust, aim features interactive fuzzy-search navigation of remote directories, automatic archive decompression, SHA256 checksum verification, folder sharing over HTTP, pipe-compatible output, and support for .netrc and AWS credentials for authentication.
参数
- -i, --interactive
- Navigate remote directories with fuzzy search before downloading
- --update
- Self-update the binary in place
- --no-follow-redirects
- Disable automatic HTTP redirect following
FAQ
What is the aim command used for?
aim is a command-line download and upload tool with resume capabilities, positioned as an alternative to aria2 for users who do not need torrent support. It supports HTTP(S), FTP, SFTP, SSH, and S3 protocols, with resume support for HTTP(S), FTP, and SFTP transfers. The action (download or upload) is determined by the order of parameters. Written in Rust, aim features interactive fuzzy-search navigation of remote directories, automatic archive decompression, SHA256 checksum verification, folder sharing over HTTP, pipe-compatible output, and support for .netrc and AWS credentials for authentication.
How do I run a basic aim example?
Run `aim [https://domain.com/file.tar.gz] .` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i, --interactive do in aim?
Navigate remote directories with fuzzy search before downloading