Project

aspera-cli

0.04
A long-lived project that still receives updates
Command line interface for IBM Aspera products
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.0
~> 3.0
~> 3.1
~> 3.0
~> 3.0
~> 0.18
~> 1.0
~> 1.1
~> 7.3
~> 1.2
~> 0.5
~> 1.7
 Project Readme

Aspera CLI

Gem Version unit tests CII Best Practices License

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

Documentation

Choose what best suits you:

Resource Link
Online manual docs/README.md
PDF manual In releases
RubyGems rubygems.org/gems/aspera-cli
RubyDoc rubydoc.info/gems/aspera-cli
Docsify online

Install

Install Ruby ≥ 3.1

gem install aspera-cli
ascli config transferd install

The 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

Contributing

Commands map to Aspera REST APIs; see the manual for options. For debugging, use --log-level=debug.

License

Apache-2.0