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
tacl --upload
I find myself in the situation quite often where I want to upload a file that is available online, often related to third-party tools.
It would be very nice to have a feature to avoid downloading the file to disk first.
For example:
tacl --upload https://example.com/my-file.tar.gz pXX
instead of
wget https://example.com/my-file.tar.gz tacl --upload my-file.tar.gz
This is especially useful for larger files, if the file could be streamed, and avoid disk usage altogether.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I find myself in the situation quite often where I want to upload a file that is available online, often related to third-party tools.
It would be very nice to have a feature to avoid downloading the file to disk first.
For example:
tacl --upload https://example.com/my-file.tar.gz pXX
instead of
This is especially useful for larger files, if the file could be streamed, and avoid disk usage altogether.
The text was updated successfully, but these errors were encountered: