-
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
ascli shares - transfer-spec is not utilized #128
Comments
Did you refer to the manual, see: https://github.com/IBM/aspera-cli#shell-parsing-for-windows and dev version of manual: https://github.com/IBM/aspera-cli/tree/develop#shell-parsing-for-windows explanations are there. In short: command line parsing on Windows is ... not as standardized as on unix-like systems... And In long: mix of old stuff from DOS, plus Windows API based on full unparsed command line execution makes that... Backslashes are not needed, should be removed. Now, concerning the behaviour, Shares manages the access authorization, but then transfer is direct between So, for a manual of ascli conf ascp spec Then you can refer to the manual of ascp: https://www.ibm.com/docs/en/ahts/4.4?topic=line-ascp-command-reference |
I did quick tests with Shares as you specified: Right, source files are not deleted if they are not transfered because skipped (see ascp manual) To delete source files even if only skipped, add: {"overwrite":"never","delete_source":true,"remove_skipped":true}
|
Note that the question is not related to |
Hi, is this a problem on my side, or is this an issue with ascp? Is there any information that I can provide to help to find a solution? Thanks! |
Generally speaking, did you try this : ? {"overwrite":"never","delete_source":true,"remove_skipped":true} |
This tiocket will be closed, if there is no news |
Hi,
Files from |
Hi!
I am connecting to a Aspera Shares server and want to upload files. I can already upload files and folders, but using the
--ts
command doesn't result in the behaviour that I would expect.I used following command on Windows, escaping all
"
with\
:Content of local
testFolder
:Content of
destinationFolder
:Expected behaviour:
"overwrite":"never"
- Astextfile.txt
already exists indestinationFolder
, it should not be replaced with the local file."delete_source": true
- after upload localtestFolder
should be deleted.Observed behaviour:
testfile.txt
at destination is replaced by localtestfile.txt
testFolder
is not deletedAre there any issues with how I wrote the command? Are there any limitations with Aspera Shares?
Thanks in advance!
The text was updated successfully, but these errors were encountered: