I am calling method UploadMultiple with the following syntax: ftpConnection.UploadMultiple(LocalFrom, ftpTo, "*", True). When called I receive a
Run-time exception thrown that reads "Cannot create a file when that file already exists. (code=550)".
Interestingly, the files do NOT exist on the target ftp server. I have tried the call with the folder hierarchy existing and non existent on the ftp target. Moreover, I have tried it with the target folder empty - all with the same result.
Any ideas?
Thanks,
Chuck