I haven't tried it but it might be possible to use the hidden ini section that runs a command when the transfer is completed? It's called "[run]". Try to make it echo the filename to some file using something like that:
Code:
[run]
app=echo
params=%f>>c:\path\to\logfile
show=0