Question

I need to UpLoad File/Folder from one Computer to another without using basic File Sharing how can this be done using WCF...

I have found Examples... like this but in this the File Transfer is between a Server and a Client....

In my Case any computer can be a server and others can be Client i.e the application can be invoked from any computer to transfer files between others... Can this be done... using Remoting/WCF...

Was it helpful?

Solution

I think WCF Peer-to-Peer is what you're looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top