I think this should be relatively simple, but I don't know where to start. My requirement is to look for a file (.xml) and when found, transmit it to a server via HTTPS Post.
I can see where I'd use a FileSystemWatcher, but what's the best way to transmit the file? Is there a class available?
TIA,
Mike
