ascli is the command-line interface for IBM Aspera products.
Use it from the terminal or in scripts to:
- Drive Aspera on Cloud, Faspex, Shares, Node, Console, Orchestrator, and High-Speed Transfer Server
- Call REST APIs and run high-speed transfers (FASP)
- Automate workflows with config, presets, and scripting
| Resource | Link |
|---|---|
| Online manual | docs/README.md |
| PDF manual | In releases |
| RubyGems | rubygems.org/gems/aspera-cli |
| RubyDoc | rubydoc.info/gems/aspera-cli |
Install Ruby ≥ 3.1
gem install aspera-cli
ascli config transferd installThe second command installs the FASP transfer engine (ascp).
For other install methods (single executable, Docker, Chocolatey, Homebrew), see the user manual.
Quick check:
ascli -v- Bugs & features: BUGS.md
- How to contribute: CONTRIBUTING.md
- Release notes: CHANGELOG.md
Commands map to Aspera REST APIs; see the manual for options.
For debugging, use --log-level=debug.