We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an application running on Node that is deployed to many Linux machines to handle downloading from Aspera.
Currently, I'm running aspera ats download with exec() from child_process to run Aspera downloads.
aspera ats download
exec()
child_process
I'd like to use this package or something similar that has a bit more control over the download and can specify transfer_spec.
transfer_spec
Is this possible at all using this package?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an application running on Node that is deployed to many Linux machines to handle downloading from Aspera.
Currently, I'm running
aspera ats download
withexec()
fromchild_process
to run Aspera downloads.I'd like to use this package or something similar that has a bit more control over the download and can specify
transfer_spec
.Is this possible at all using this package?
The text was updated successfully, but these errors were encountered: