File mask and hours
Hi.
What a wonderfull tool you made!
I need to get back somes DAT files created within 10 hours from a FTP. My files are named like this TAXAxxxxx.DAT, I checked I've got somes, but I can't figure what I did wrong because there is no any files in my destination folder...
Here is my code :
Thank you!
What a wonderfull tool you made!
I need to get back somes DAT files created within 10 hours from a FTP. My files are named like this TAXAxxxxx.DAT, I checked I've got somes, but I can't figure what I did wrong because there is no any files in my destination folder...
Here is my code :
WinSCPPortable.exe /command ^ "open ftp://user:pass@myftp/" ^ "get ../../usr4/account/TAXA*.DAT|*<10H C:\tmpftp\" ^ "exit"
Thank you!