data transfer.
-
Hi friends, i want to develop an application wherein i need to send ".txt"(size may vary aroung 1MB) files across the network(LAN) from one computer to another. So i want to know which will be the simplest and easiest way to do it? will it be sockets or TCP/IP or DCOM(i know this thing is very tough..). since performance(speed) is not so important i'd like to know the simplest method to do this. Thanks and regards, Rajeev
-
Hi friends, i want to develop an application wherein i need to send ".txt"(size may vary aroung 1MB) files across the network(LAN) from one computer to another. So i want to know which will be the simplest and easiest way to do it? will it be sockets or TCP/IP or DCOM(i know this thing is very tough..). since performance(speed) is not so important i'd like to know the simplest method to do this. Thanks and regards, Rajeev
Hello, i suggest you consider the TCP/IP sockets for your application. Good luck.
-
Hi friends, i want to develop an application wherein i need to send ".txt"(size may vary aroung 1MB) files across the network(LAN) from one computer to another. So i want to know which will be the simplest and easiest way to do it? will it be sockets or TCP/IP or DCOM(i know this thing is very tough..). since performance(speed) is not so important i'd like to know the simplest method to do this. Thanks and regards, Rajeev
You could always do the copy yourself to a UNC sharename on the target computer. onwards and upwards...