Post a reply

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

martin

Re: Get -neweronly not working

Guest13532 wrote:

Trying to automate sftp transfer from remote server to only get newer items added to the folder since the last transfer but all files are still transferring.

cmds tested:
get -neweronly

Should be get -neweronly *, otherwise it won't even run.

get -neweronly="*>2H" /ServerLocation #to only download files added within last 2 hours

Should be get -filemask="*>2H" /ServerLocation
Guest13532

Get -neweronly not working

Trying to automate sftp transfer from remote server to only get newer items added to the folder since the last transfer but all files are still transferring.

cmds tested:
get -neweronly
get -neweronly="*>2H" /ServerLocation #to only download files added within last 2 hours


Anybody have any suggestions?