It is not complicated to write tcl script that would do what you want. Put it in
[FTP_Post-Command_Events]
retr = TCL ../scripts/logDownload.itcl
And inside the script:
putlog "DOWNLOAD: something or else"
I leave it up to you to get the the user, filename etc and to format the actual message correctly.
|