Transferring files with Aspera Connect/ascp/en
ascp is a software used for transferring data to and from Aspera transfer servers where you have licence credentials. A common use case is uploading a dataset to a data repository.
Note
Many transfer servers will require an up-to-date version of the software (now called Aspera Connect). Due to changes in the software, you may need to install this updated version locally.
ascp 3.5.4¶
This software is available as a module in older software stacks.
If the server you are trying to transfer data to is incompatible with this older version, you may get an error such as:
Authentication Error
Aspera Connect/ascp 4+¶
In order to use Aspera Connect (formerly ascp) you will need to install it in one of your local directories.
- Copy the link for the latest Linux version of the software from the Aspera Connect website.
- Go to the directory where you want to install the software, e.g. your
/homedirectory. - Download the software in this directory with
wget. - Extract the software from the archive.
- Run the setup script. a. Make the library files executable:
- Run the
setrpathsscript. - (Optional) Add the ascp binaries to your
PATH: ```bash export PATH=~/.aspera/connect/bin:$PATH