Entering edit mode
2.3 years ago
Keenan
•
0
I am trying to download files from the idr website using aspera. I am running the following command however I get the error Command 'ascp' not found
. The ssh key exists and the file path is correct.
ascp -TQ -l40m -P 33001 -i "path/to/key/asperaweb_id_dsa.openssh" idr0013@fasp.ebi.ac.uk:. /tmp/data/idr0013/
When I run ascli config ascp show
I get path/.aspera/ascli/sdk/ascp
so I believe the command is installed.