Get command with hour and minute on filemask
Hello, I have a command like the following
I intent do download all
The issue is that the terminal gives me an error
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^ /log="logPathOnMyPc.log" /ini=nul ^ /command ^ "open sftp://user:pass@IP/ -hostkey=""ssh-rsa RSA""" ^ "cd /filePathOnServer^ "lcd filePathOnMyPc" ^ "get -filemask=*.log.gz>=2023-12-10 07:20<=2023-12-12 15:00 *.log.gz" ^ "exit"
*.log.gz
files between the dates listed.
The issue is that the terminal gives me an error
I think it has to do with the space betweenFile not found ' «07:20<=2023-12-12».'
2023-12-10
and 07:20
, what is the correct way of writing the filemask? I'm not finding it in the docs.