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'm trying to import several files with * expansion, but only the first matched file is uploaded.
*
tacl --import /path/to/folder/*.gz User > pXX-hugues Password > OTP > 123456
works but only first file is uploaded.
All files should upload :-)
find /path/to/folder -name "*.gz" -exec tacl --import {} \;
That works, but I need to re-type username, password, and OTP for every file.
v2.3.0
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Background
I'm trying to import several files with
*
expansion, but only the first matched file is uploaded.Steps to reproduce
works but only first file is uploaded.
Expected behavior
All files should upload :-)
Workaround
That works, but I need to re-type username, password, and OTP for every file.
Version
v2.3.0
The text was updated successfully, but these errors were encountered: