IwodFTPDNotify TransferComplete (wodFTPServer)
Hi.
TransferComplete doesn't keep reference to a filename. However, it is a result of previous UploadFile or DownloadFile event, which is always fired when transfer starts, and those events know about filename.
So, what I can suggest is to set User.Tag = RelativePath in those events, and then just use User.Tag from within TransferComplete event.
I hope this helps!
Jasmine.
Complete thread:
- IwodFTPDNotify TransferComplete - tallycom, 2015-12-15, 02:23
- IwodFTPDNotify TransferComplete - Jasmine, 2015-12-15, 11:03