need help about p2p file transfer
-
i want to transfer file between two hosts in different LANs, but there are NATs. I searched on the website, and ackownlaged that i need a third party server, but i don't kown the detailes of programming:confused:. can anyone give me a way or some hints? i will be very gratefull.
-
i want to transfer file between two hosts in different LANs, but there are NATs. I searched on the website, and ackownlaged that i need a third party server, but i don't kown the detailes of programming:confused:. can anyone give me a way or some hints? i will be very gratefull.
Here is some code to get you started. printf("transferring files...\n"); /* Transfer files here */ printf("done!\n"); -- Rocky Dean Pulley -- DreamSys Software -- http://www.dreamsyssoft.com
-
i want to transfer file between two hosts in different LANs, but there are NATs. I searched on the website, and ackownlaged that i need a third party server, but i don't kown the detailes of programming:confused:. can anyone give me a way or some hints? i will be very gratefull.
yanping wang wrote: want to transfer file between two hosts in different LANs, but there are NATs. You will need a central server to do that
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
yanping wang wrote: want to transfer file between two hosts in different LANs, but there are NATs. You will need a central server to do that
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
yes. are there any code or articles about that?