Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.7k views
in .NET FTP by (240 points)
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

2 Answers

0 votes
by (162k points)
That's an error from the server saying the file already exists. Can you please post a relevant snippet from the log file? (see the forums or the help for logging info).
0 votes
by (240 points)
I enabled logging and figured out the issue. However, I have a new problem.

[see other thread]

Categories

...