Peer to Peer file transfer c#

Crazyd22 picture Crazyd22 · Nov 30, 2009 · Viewed 13.4k times · Source

Hey, I have been looking on google and I cannot seem to find anything about peer to peer transfer.

Basically, I want to be able to send a file from my computer to someone else's computer. Does anyone know of any guides that can help me with this?

Thanks.

Answer

Hans Passant picture Hans Passant · Nov 30, 2009

Google "System.Net.PeerToPeer", a namespace available in the .NET 3.5 framework. You'll have no trouble finding docs and sample code.