File names with two dots (.) cause wildcard search errors
Brought to you by:
rumpeltux
Hello, I have a use for wput that requires pushing files with two dots in their filename (ex: first.last.pbo)
If these files are encountered via wildcard search in a folder, no results are listed. Additionally, directories containing files with this nomenclature appear to crash all wild card searches.
Example: I have a folder with two files (first.last.pbo and test.txt)
A search for .pbo returns no found files
additionally, .txt returns no found files.
If I specify first.last.pbo specifically, the upload works great.
Any help is resolving this would be greatly appreciated, thanks!