I have a big problemo.
I need to develop a windows application which places the location of a document file onto MSMQ onto a remote server. I could do this with a web service.

The problem is that a server side component monitoring MSMQ then needs to grab the document from the client machine and copy it into a folder on the server.

How the hell would I achieve this ?
I can only rely on http and port 80.