You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just assumed that this would work and just found out it doesn't. Would it make sense to also match the --include-* and --exclude-* options that are in the copy command, or would that be another feature request?
Which version of the AzCopy was used?
10.15.0
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
What command did you run?
azcopy ls [filepath/*] ==> returns error: RESPONSE Status: 400 The specifed resource name contains invalid characters.
azcopy cp [filepath/*] "." --recursive ==> handles wildcard just fine
What problem was encountered?
The "ls" command does not recognize a trailing wildcard, while other commands (such as "cp") do
How can we reproduce the problem in the simplest way?
Use any valid filepath with a trailing wildcard character. Try getting a file/dir listing and then do a copy.
Have you found a mitigation/solution?
No
The text was updated successfully, but these errors were encountered: