quote:
Originally posted by markee
you could use when Messagekind == 0 which is unknown. The only problem with this is that it will do anything that isn't a specific message kind. I'm not sure how else you could do it. Or there is also the possibility that you can monitor the received files folder (you can get it's directory from a registry setting).
I tried that, no file transfers come up at all.
quote:
Originally posted by Dempsey
The only ways of detecting a file transfer is using Active Accesability or Protocol Sniffing.
How would you do that in JS?