FTP Task OverwriteFileAtDest option
Hi,
I'm trying to make sense of the FTP Task options. I need to download csv files from a remote source. Files are added daily so I only want to download files which don't already exist - so I tried setting the OverwriteFilesAtDest option to FALSE. It takes 10 minutes to download all files and this doesn't change when OverwriteFilesAtDest is True or False. However if OverWriteFileAtDest is False and a file exists, I get the following error message (preceded by a more generic "Could not download from FTP Connection Manager")
[FTP Task] Error: Attempt to read message string for 0x80020918 failed with error 0xc02090f3. Make sure all message related files are registered.
I was hoping that this property would make the FTP Task ignore files if they exists in the target directory - or if this is not the case an error message "File exists in target directory", the error above indicates some other failure? So what is the "as designed" behaviour?
Also, the property LocalPath implies that a path name should be supplied, in actual fact a Folder Connection Manager name is required which is inconsistant with the RemotePath property which requires a Path?
Dave

