Ok, so I've found that on other drive, I get the same behavior as you. It turned out that there's a volume setting that affects this.
See Windows wildcards with files having more than 3 characters extensions
(I've posted my own answer there too).
So either change the volume settings.
Or you can fix it by using a file mask filter:
The filemask in
See Windows wildcards with files having more than 3 characters extensions
(I've posted my own answer there too).
So either change the volume settings.
Or you can fix it by using a file mask filter:
put -filemask=*.xls "C:\Users\OSVAdmin\Documents\OSV Template\*" /
The filemask in
-filemask
is evaluated by WinSCP, what is independent to the volume settings. While the mask in the source parameter is evaluated by the Windows, what is affected by the volume settings.