A simple solution could be to use System.IO.FileSystemWatcher on the
receiving application, and monitor either a network share or a folder on the
sender.
If you need transactional semantics (e.g. sender needs to know if the
receiver got it) you might be better off using System.Messaging.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.