Page 1 of 1

collect only new files

Posted: Fri Jan 20, 2017 5:11 pm
by ehersh
When getting files from an external server using SFTP is there as way to collect only new files? we need to grab files, but the company on the external server does not clean them so we need to maintain data integrity by not pulling new files.

Re: collect only new files

Posted: Fri Jan 20, 2017 5:57 pm
by Support_Rick
Use a monitor looking for modified or created files. Then, pass the filelist from the Monitor (that identifies only the newer files) and SFTP get that list.