Description: | This batch connects twice to the FTP server. First time it retrieves a list of files
on the FTP server. This list is being trimmed to contain only files that don`t
already exist locally. The files in the trimmed list are then downloaded during a second
connection.
Note: Since all files are passed into the FTP`s MGET command there might be a limit to the number of files that can be processed at once. |
||
Script: | Download: BatchFtpDownloadOnlyNewFiles.bat
|