how to ftp only the files modifed with in a time frame
using sftp protocal.
Did some search but couldn't find a solution.
I need to download all the log files modified between May 10th 3.00 pm to 6.00 pm
Is there a way to do this.
This script downloads all the log files.
open userid:password@server
option transfer ascii
get *.log
close
thanks
Did some search but couldn't find a solution.
I need to download all the log files modified between May 10th 3.00 pm to 6.00 pm
Is there a way to do this.
This script downloads all the log files.
open userid:password@server
option transfer ascii
get *.log
close
thanks