Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
8k views
in .NET FTP by
Hi,

I use the Get command to get a file from the remote server and copy to the local path. If a file with the same name already exists in my local directory it seems to be append the new file to the old one rather then replacing it. The files are XML files.

Has anybody else seen this or know of a way around it?

Thanks

4 Answers

0 votes
by (161k points)
We'll check this out, it could be a bug we've introduced when we implemented resume.

A work around would be to delete the local file if it exists before doing the get.

Hi,

I use the Get command to get a file from the remote server and copy to the local path. If a file with the same name already exists in my local directory it seems to be append the new file to the old one rather then replacing it. The files are XML files.

Has anybody else seen this or know of a way around it?

Thanks
0 votes
by (161k points)
Confirmed bug - a fix will be in 1.1.3, which we'll release very soon.

We'll check this out, it could be a bug we've introduced when we implemented resume.

A work around would be to delete the local file if it exists before doing the get.

Hi,

I use the Get command to get a file from the remote server and copy to the local path. If a file with the same name already exists in my local directory it seems to be append the new file to the old one rather then replacing it. The files are XML files.

Has anybody else seen this or know of a way around it?

Thanks
0 votes
by (161k points)
1.1.3 has been released with this fix.

Confirmed bug - a fix will be in 1.1.3, which we'll release very soon.
0 votes
by
thanks very much

Categories

...