Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.9k views
in .NET FTP by (180 points)
Hi,

Do the 2 transfer events (Started and Complete) contain any relevant information about the actual transfer that is occurring?

I see that the other 2 events, CommandSent and ReplyReceived, contain the message parameter which contains the actual message which can be accessed from within the event...

Do the 2 transfer event have anything like this? (I could not find anything useful in these events or their parameters when I looked, but I am hoping I missed something)

Specifically I was hoping to be able to access the direction of the transfer from the event and the filename being transferred...

thanks!
:shock:

2 Answers

0 votes
by (161k points)
No, they don't. But your suggestions are good ones that we plan to add to these events.

Hi,

Do the 2 transfer events (Started and Complete) contain any relevant information about the actual transfer that is occurring?

I see that the other 2 events, CommandSent and ReplyReceived, contain the message parameter which contains the actual message which can be accessed from within the event...

Do the 2 transfer event have anything like this? (I could not find anything useful in these events or their parameters when I looked, but I am hoping I missed something)

Specifically I was hoping to be able to access the direction of the transfer from the event and the filename being transferred...

thanks!
:shock:
0 votes
by (161k points)
We have added TransferStartedEx and TransferCompleteEx events that contain the remote filename, the direction and the transfer type (ASCII or binary).

This will be available in the next version, 1.1.9, due out in a few days.

No, they don't. But your suggestions are good ones that we plan to add to these events.

Categories

...