how to send file on a computer connected to LAN?
Printable View
how to send file on a computer connected to LAN?
You're not being very specific. Which protocol do you plan to use?
Generally, I assume, there are no SMB shares and no UNC paths and you plan to use TCP protocol. In this way you will need TCPClient and TCPListener classes of the System.Net.Sockets namespace.
can you give me a sample code of client-server file transfer using that tcp thanks for replying :D
There is a magic button called 'Search'. Look what I've found:
http://www.vbforums.com/showthread.php?t=390875
sir thank you again for replying ill start to study the link you gave ill post questions if i got problems thanks for helping this is a big help for our thesis project :D