1.下载Aspera
wget -c https://d3gcli72yxqn2z.cloudfront.net/connect_latest/v4/bin/ibm-aspera-connect_4.1.0.46-linux_x86_64.tar.gz
最新地址在这里:https://www.ibm.com/aspera/connect/
2.解压
tar -zxvf ibm-aspera-connect_4.1.0.46-linux_x86_64.tar.gz
3.运行安装
sh ibm-aspera-connect_4.1.0.46-linux_x86_64.tar.gz
4.配置环境
echo 'export PATH=~/.aspera/connect/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
ascp --help