Files between one or several computers? Via a netowor.?
-
Hello. Is it possible to create a "Peer to peer" program, where you can login with username and password, and then see users who are online and transfer files to them? Also the offers, get a box up, they need to validate, and then he get the file.. Any tutorials, or examples/start help. Ty -regards Ahlmo
-
Hello. Is it possible to create a "Peer to peer" program, where you can login with username and password, and then see users who are online and transfer files to them? Also the offers, get a box up, they need to validate, and then he get the file.. Any tutorials, or examples/start help. Ty -regards Ahlmo
hi you should search about socket programing at first you need to create a server program using sockets that can qeue clients for connection and after that create client programs that connect to server with ip and tcp protocol and for start use msdn socket programing
-
hi you should search about socket programing at first you need to create a server program using sockets that can qeue clients for connection and after that create client programs that connect to server with ip and tcp protocol and for start use msdn socket programing
-
Ever used google, msdn, or codeproject before ? It is hard to enter "Socket Programming C#" in search engine ? An Introduction to Socket Programming in .NET using C#[^]
-
type this in google: c# file transfer using socket there are so many samplee and tutorials ;)
-
type this in google: c# file transfer using socket there are so many samplee and tutorials ;)
Many of which are bad. However, Google's ranking is probably no worse than the equally random replies one obtains here or on other forums. After all, how can the OP know if a link someone posts here is to a particularly good article, especially if the user just did a quick search and posted some result(s) from there without further ado?