IP to IP
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hello, i made a messenger which is for chatting. Now i want to send a file! how can i send a file (textfile) from the server to the client via IP?? can someone help me pls! Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
Hi Have a look at .Net Remoting. http://samples.gotdotnet.com/quickstart/howto/doc/Remoting/nutshell.aspx. There are also tuns of examples on the net. You can binary stream the file to the client using Remoting On the client you can save the binary stream on the Client machine. Hope it helps