WinSCP.com file synchronization with filemasking not working propably (Solaris -> Win32)
i want to collect some log files from our Solaris hosts. I was doing it with this command batch file on our Windows host before i got the idea to filter some older files:
WinSCP.com <username>:<password>@<hostname> /command "synchronize local E:\UMD_Logs\04_ExternesTestsystem\srunavte2 /data1/umdav/log" exit
Because of the high amount of files i want to exclude the older ones and wanted to use the filter
filemask=">3D"
WinSCP.com <username>:<password>@<hostname> /command "synchronize local -filemask=>3D E:\UMD_Logs\04_ExternesTestsystem\srunavte2 /data1/umdav/log" exit
or e.g.
WinSCP.com <username>:<password>@<hostname> /command "synchronize local -filemask=">3D" E:\UMD_Logs\04_ExternesTestsystem\srunavte2 /data1/umdav/log" exit
So what i am doing wrong?
Thank you for your help!
Kindly regards
Nico