I have a FTP task that runs every weekday morning at 7 am. The task downloads files from an FTP to the local server. The task works with no issues 90% of the time but occasionally I get a failure with the error :
Unhandled error in GetFolderContents, ex: Control channel transfer error
Exception in Task: No file(s) downloaded
I verified that the files were on the FTP server when the task ran. Once I get the failure message I'm able to log into the server and manually kick off the task. When I do, the task runs fine. Any ideas?
Thanks!