Me trying to use ibm aspera:
Is there a CLI? Yes but it depends on Ruby
Nevermind, rest API? Yes, a global one, a node one, then a transfer SDK.
Examples? Yup
Transfer SDK isn’t authenticating
Documentation offers 1024 possibilities.
CLI is open source though…
Let’s debug it doing this!
Is there a CLI? Yes but it depends on Ruby
Nevermind, rest API? Yes, a global one, a node one, then a transfer SDK.
Examples? Yup
Transfer SDK isn’t authenticating
Documentation offers 1024 possibilities.
CLI is open source though…
Let’s debug it doing this!
Comments
Run as admin, works, runs app. Doesn’t hit breakpoints.
Try VSCode
First plugin doesn’t work
Second depends on ruby “debug” gem
Install debug gem, fails
Depends on psych, psych depends on yaml. No install for yaml.
But it’s open source!
Get make, needs to run a shell file.
Install gitbash. Needs a compatible compiler.
Install mingw. Configured now!
Failed to compile, somewhere something is escaping backslashes it doesn’t need to (windows also respects forward slashes…)