-
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
How to use ascli with Aspera cloud #169
Comments
did you try the wizard ?
Else maybe give some details ? |
Hi Laurent, We are able to configure with "ascli conf wiz" and work with it. We need more details on command how to download a single file and folders and also from the "shared folders". |
I suggest maybe you read this section: https://github.com/IBM/aspera-cli?tab=readme-ov-file#files The AoC Files application lives in the command ascli has a lot of options, for example to specify different transfer speed, you will use option The manual includes many examples. |
Hi Laurent, could you please provide the reference use "ascp" for aspera cloud. Regards, |
|
Hi Laurent, Thanks a lot for sharing the details. # ascli config ascp install
Time: 00:00:01 ========================================================================================================================= 100% 1278 Mbps Time: 00:00:01
W, [2024-11-25T12:37:32.075476 #39975] WARN -- : Previous install exists, renaming folder.
Installed IBM Aspera Transfer SDK version 1.1.3 In the above link we could not find the clear syntax for file upload and download through "ascp" with Aspera cloud URL. Kindly help with us. Regards, |
Apparently, here the SDK (ascp) was already installed. You can get information on the
|
Hi Laurent, Able to get ascp info. We need details how to upload and download through "ascp" to Aspera cloud like below. ASPERA_SCP_KEY=$(cat private key path) ascp --mode=send --host=<Server host iP > --user=<UserName> <Filename to upload with path>
ASPERA_SCP_KEY=$(cat private key path) ascp --mode=recv --host=<Server host iP> --user=<UserName> <Filename to download> <local directory to download> |
First, note that the command you show , using ascp, are equivalent using ascli to: ascli server --url=ssh://<Server host iP>:22 --username=<UserName> --ssh-keys=<private key path> upload <Filename to upload with path>
ascli server --url=ssh://<Server host iP>:22 --username=<UserName> --ssh-keys=<private key path> download <Filename to upload with path> Likewise, for AoC, using the "Files" application in AoC, you can do: ascli aoc files download <Filename to upload with path>
ascli aoc files upload <Filename to upload with path> Assuming that |
Hi Laurent, Thank you for sharing the details. We are able to use We need confirm can we native "ascp" command to upload and download to aspera cloud like below. ascp --mode=send --host=<Server host iP > --user= Regards, |
100% of Aspera-based transfers lead to execution of ascp, and ascli is no exception. If you execute The whole point of |
Hi Laurent, Thank you for the confirmation. Kindly help with this. Regards, |
Hi Laurent, Could you please help with our above request. Regards, |
I have already answer: Technically, yes, But, if you connect to a simple HSTS with SSH credentials, then the |
Hi Laurent, Regards, |
Hi Team,
We are using ascli with On prem aspera server. But when we try to configure the same with aspera cloud url its's not working for us.
Please help us to resolve and provide some of ascli with cloud url.
Regards,
Xavier
The text was updated successfully, but these errors were encountered: