Skip to content
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

Feature request: tacl --upload with http/https path #142

Open
oyvinev opened this issue Apr 17, 2024 · 0 comments
Open

Feature request: tacl --upload with http/https path #142

oyvinev opened this issue Apr 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@oyvinev
Copy link

oyvinev commented Apr 17, 2024

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.

@haatveit haatveit added the enhancement New feature or request label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants