Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.9k views
in .NET FTP by (520 points)
I'm using this to update my log file and track the total files being transferred. When I step through the code this method is being executed twice in a row with the same filename... Why would it call this method twice with the same file name??? Thank you.


ftpConnection_Uploaded(object sender, FTPFileTransferEventArgs e)
Trace.WriteLine("Uploaded file " + e.RemoteFile + " of size " + e.FileSize);


I'm adding the event handler before calling UploadMultiple:

ftpConnection.Uploaded += new FTPFileTransferEventHandler(ftpConnection_Uploaded);

3 Answers

0 votes
by (162k points)
This is a bug which we've just fixed. Send an email to support and we'll give you the patched version to try out. Please let us know which product it is that you are using (edtFTPnet/Express or edtFTPnet/PRO).
0 votes
by (520 points)
Email was sent, waiting for reply

thank you
0 votes
by (162k points)
We have uploaded a DLL for you to test - see the email.

Categories

...