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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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