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.