.\ not working for current dir when using WinSCP.com
Thank you very much! Yep, filemask threw me off. :D – Works perfectly now! :)
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
get
command.
-filemask
. But that only further filters the source files.
get G*V00 -latest .\
*
for the source:
get -filemask="G*V00" * -latest C:\Temp\latest.txt
get -filemask="G*V00" -latest C:\Temp\latest.txt
The attributes for the file “C:\Temp\latest.txt” cannot be determined.
The file or directory “C:\Temp\latest.txt” does not exist.
.\
at the end for getting the file into the current directory does not work. It shows error:
The attributes for the file “.\” cannot be determined.
The file or directory “.\” does not exist.
get -filemask="G*V00" -latest .\