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

tacl import does not support multiple files (asterix expansion) #47

Open
huguesfontenelle opened this issue Apr 28, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@huguesfontenelle
Copy link

Background

I'm trying to import several files with * expansion, but only the first matched file is uploaded.

Steps to reproduce

tacl --import /path/to/folder/*.gz
User > pXX-hugues
Password >
OTP > 123456

works but only first file is uploaded.

Expected behavior

All files should upload :-)

Workaround

find /path/to/folder -name "*.gz" -exec tacl --import {} \;

That works, but I need to re-type username, password, and OTP for every file.

Version

v2.3.0

@leondutoit
Copy link
Collaborator

Yeah this is a nice feature to have. Will see when we get around to adding it. In the meantime, just create a zip archive.

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