| Author |
tansfer file from one pc to another
|
Himanshu Rawat
Ranch Hand
Joined: Nov 27, 2005
Posts: 141
|
|
hi, the problem is like this.. I have to transfer a file(txt file) from one pc to another.Now i want to write only one program suppose on pc A and that program save this file into C drive of pc B.this program connects to pc B and saves it there. any suggestions how to do it.... waiting....
|
rawat
SCJP 1.4
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
|
There has to be some process on pc B which is listening for the connection from pc A. You can use FTP, HTTP, map a network drive or write your own custom network protocol but you can't just write a file to pc B.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Himanshu Rawat
Ranch Hand
Joined: Nov 27, 2005
Posts: 141
|
|
|
got it dude...well i was just asking there may be another way but its nt soo....
|
 |
 |
|
|
subject: tansfer file from one pc to another
|
|
|