-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear on how to upload files to Aspera Shares #166
Comments
install ther SDK:
as described in manual ... |
Thank you for the very quick reply. Will have to try that, but it seems that this URL is blocked by our firewall. |
The next version will download using a different URL. you can get the list of SDKs for platforms here: https://raw.githubusercontent.com/IBM/aspera-cli/refs/heads/develop/docs/sdk_location.yaml or here: https://developer.ibm.com/apis/catalog/aspera--aspera-transfer-sdk/downloads/downloads.json Next version will use these. To get the SDK for version 4.19 you can get here: https://eudemo.asperademo.com/download/sdk-1.1.3-c6c7a2a.zip try:
If you can't download from where you are, then download somewhere else, and install from the file:
|
After some workarounds I was able to get the sdk and install it. But we are facing the same issue both with docker image and "from scratch" installation. I am able to list all the files, but I am unable to download or upload anything. upload:
For download it seems it is trying to connect to random localhost port everytime:
Is port 33001 required for non-ssh transfers? |
TCP and UDP ports 33001 are not required to download using HTTP fallback. From the error you show, it sems that it falls back to HTTP download, but it does not manage to connect. The random port 48467 is allocated (listened) by ascli and provided to ascp (option -M) so that ascp connects-back to that management port and then ascli gets transfer events on that channel. (that's ascp internal thing). To troubleshoot your issue here, maybe check why ascp cannot connect to the server from within the container, something like : |
The documentation (README.md and Manual.pdf) is a bit unclear on how I can use
ascli
to upload to Aspera Shares server.I am trying using the method below:
The configuration is below
As I understand it, FASP is some other product from IBM.
Is it mandatory to purchase & install this product as well, in order to be able to upload files to Aspera Shares?
I am able to list the share, and use mkdir... but uploading seems to not work.
Any ideas?
The text was updated successfully, but these errors were encountered: