In the FME Server I have an Automation: FTP Watch. This checks on a regular interval (15min) to see if the ftp directory has changed. If it detects a CREATE event, it will call upon my workbench.
In the workbench I try to download the file from the FTP server to a network server. Sometimes I have no problems, but other times I get a Time-out error.
These are my connection parameters:
I never have an issue when there's only one new file. It's always when there are multiples. Does it have something to do with the amount of connections? Should I manually close the FTP connection after each run?
Thanks!