Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

lauri

How i can copy only last 7 days files

Hi
How i can copy only last 7 days files from server to C:\xxx now i have this script

option batch abort
option confirm off
open sftp://root:xx@10.1.30.4 -hostkey="ssh-rsa 2048 01:63:15:"
synchronize local c:\xxx /home/trim/xxxx
exit

thanks