-
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
Aspera downloading with ascli using the Proxy configuration #144
Comments
This is the correct syntax, but I notice that the Are you executing on a shell like bash , or on window ? Note that if the user is always using a proxy, he can define this in the configuration file. Ideally provide a log of the error you get. |
Hi Laurent, |
Check documentation here: syntax is: {"proxy":"dnat://username:[email protected]:9091"} in command line: --ts=@json:'{"proxy":"dnat://username:[email protected]:9091"}' |
So, do you want to use both HTTP Gateway and Aspera forward proxy ???? |
Hi Laurent, |
I see, |
Hi Laurent, Here Aspera Server is ours and the end user need to use their Proxy . End user need to use their proxy with our http gateway during the https transfer through ascli. |
If the end user has an Aspera Forward Proxy, it does not make sense because it means they will use FASP, and so do not need the HTTP Gateway. If the remote user needs to use the HTTP Gateway, mays they have an HTTP proxy (not aspera proxy) , can you confirm you talk about HTTP proxy on client side, like purple path below ? If so, the doc is: https://github.com/IBM/aspera-cli?tab=readme-ov-file#proxy-for-rest-and-http-gateway Basically, So, the syntax should be (env var is lowercase):
|
Hi Laurent, Yes it's like purple path but instead of HSTS they want use aspera gateway, since aspera connect port not allowed form their end. |
Ok, yes, the purple path shows: ascli -> HTTP forward proxy -> HTTP GW -> HSTS on bash, the env var can also be provided on the command line like this: http_proxy=http://username:password@host:port ascli shares files download --to-folder=. share/file --transfer=httpgw --transfer-info=@json:'{"url":"https://example.com/aspera/http-gwy"}’ |
Hi Laurent, |
Note: next version (not yet released) will have option |
Hi Laurent, |
@xavierv79 , did you test version 4.18.1 ? |
Hi Team,
We are using "ascli " to download files from aspera with https gateway. But additionally we need the proxy configuration of network to be passed with below.
ascli shares files download --to-folder=. share/file --transfer=httpgw --transfer�info=@json:'{"url":"https://example.com/aspera/http-gwy"}’
Please provide the correct syntax to pass the proxy IP, port , username and pass with above command.
The text was updated successfully, but these errors were encountered: