-
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
suggestion: make the use of ascp's management port optional #174
Comments
An alternative could be to use the transfer daemon instead of direct ascp, with option: |
The normal behaviour is:
Here the problem is that ascp complains that nothing is listening on that port ... The problem is probably that current code calls |
I'm getting this below error, when tried with the above mentioned option
|
right, refer to doc: https://github.com/IBM/aspera-cli#agent-transfer-sdk you need to install the grpc gem: gem install grpc |
We currently have to manually patch out the management port code due to two issues:
The text was updated successfully, but these errors were encountered: