Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Peer to Peer file transfer c# [closed]

Tags:

c#

transfer

peer

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.

like image 245
Crazyd22 Avatar asked Nov 30 '09 18:11

Crazyd22


1 Answers

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

like image 156
Hans Passant Avatar answered Sep 21 '22 06:09

Hans Passant