IwodFTPDNotify_TransferComplete (General questions)

by Chris @, (6817 days ago)

Hi

In IwodFTPDNotify_TransferComplete(ByVal Owner As wodFTPDComLib.IwodFTPDCom, ByVal User As wodFTPDComLib.IFtpUser, ByVal Successful As Boolean)

When this event fires, how can I know if the file transfer was upload or download? is it possible you could add a Last Action parameter so we know what the transfer was for?

Regards

locked

Re: IwodFTPDNotify_TransferComplete

by Jasmine, (6817 days ago) @ Chris

Chris,

you can't know. We can't change interface anymore (due to COM rules), so best way would be if you remember this information somehow in your own variable.

Kreso

locked