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.
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