English 中文(简体)
P2P File Transfer c#
原标题:
  • 时间:2010-02-13 21:33:37
  •  标签:
  • p2p
  • transfer

Hey, basically I want to send files to my friends through a program, I have been looking on google but I can t seem to find anything.

I have found this but it is for C++ and i m looking for C#

Any help would be appreciated,

Thanks.

最佳回答

Oh boy.. Sooo many ways to do this :)

You could use one of the many WCF bindings for this purpose, but it requires .Net 3.5, which I don t think is a problem.

Here s an example using the very basic TCP-binding: http://www.codeproject.com/KB/WCF/wcffileserver.aspx

问题回答

暂无回答




相关问题
Maintaining network integrity in peer-to-peer network

I am looking for information on techniques, algorithms, etc. on how to maintain network integrity in a dynamic peer-to-peer network. Both practical implementations, academic papers and anything else ...

Open-source p2p videoconferencing in Flash or Java?

I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I m looking for a Java- or Flash-based solution. Also, ...

JXTA Applications on the iPhone

I m creating a P2P Java application in JXTA, for simple messaging between peers. I want to create a similar program on the iPhone, that will be able to talk with this java JXTA program. Is this ...

NAT, P2P and Multiplayer

How can an application be designed such that two peers can communicate directly with each other (assuming both know each other s IPs), but without outgoing connections? That s, no ports will be opened....

The most efficient DHT

What is the most efficient DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used. Efficient in terms of CPU execution ...

P2P or Distributed System implementation

I have the work of implementing a distributed system of nodes (like p2p nodes) each of these nodes (lets say A,B,C and D) perform certain functions and need to interact with each other for various ...

热门标签