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
Hello!
I'm using s5cmd for a use case where objects have pretty wacky names, including ? and *. Don't ask me why! :)
?
*
I use command files, and unfortunately if I'm trying to download these objects via command file I run into the following error:
target "/var/tmp/sample file name ?.wav" can not contain glob characters
Is there any way to make s5cmd relax this requirement so I can actually download these objects via a command file?
I already wrap source and destination paths in double quotes to handle spaces.
The text was updated successfully, but these errors were encountered:
Any word on this?
Sorry, something went wrong.
Hello,
We have --raw flag for cp subcommand. It may help your use case.
--raw
cp
--raw disable the wildcard operations, useful with filenames that contains glob characters (default: false)
Thanks. I made a PR to mention this in the readme :) #781
Thanks!
No branches or pull requests
Hello!
I'm using s5cmd for a use case where objects have pretty wacky names, including
?
and*
. Don't ask me why! :)I use command files, and unfortunately if I'm trying to download these objects via command file I run into the following error:
Is there any way to make s5cmd relax this requirement so I can actually download these objects via a command file?
I already wrap source and destination paths in double quotes to handle spaces.
The text was updated successfully, but these errors were encountered: