Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.3k views
in .NET FTP by (280 points)
... And if not, how can I fire an event on Put() (it's for a ProgressBar, which works fine in Get)

Thanks in advance

3 Answers

0 votes
by (161k points)
It should be, if it isn't working then it is a bug.

Does it look like the event isn't firing?

... And if not, how can I fire an event on Put() (it's for a ProgressBar, which works fine in Get)

Thanks in advance
0 votes
by (280 points)
Yep, it's not firing at all. I've stepped through the whole process and it's not firing at all.

I have an external class that holds all my methods for FTP, then call them from the Main (which has the form).

As I said, this works great for the Get(), but the Put() is not firing at all. I may try calling Put() from the Main and see if that makes any difference.

(BTW, I'm using the same BytesTransferred event for both Put and Get, would this make any difference?)
0 votes
by (280 points)
Sorry, it is working fine ... forgot to put EventHandler for the Put function in .... :oops:

Thanks for all anyway

Categories

...