Retrieve an image from another pc in network
-
Dear Members, kindly tell me the problem how to resolve it,i have to retrieve an image file from another network pc or remote pc,i m confused about it,how to work on it either have to work by mapping a network drive,or have a windows service for this purpose...any suggestion plzz The language platform is C# Regards
-
Dear Members, kindly tell me the problem how to resolve it,i have to retrieve an image file from another network pc or remote pc,i m confused about it,how to work on it either have to work by mapping a network drive,or have a windows service for this purpose...any suggestion plzz The language platform is C# Regards
I'm confused by your question. Am I right in saying that you want to copy a file from another location on the network to use it? I would simply suggest mapping a drive to that location. That location would have to be shared though. Then you just use from
System.IO;
. I hope this helps, or even makes sense. I need more coffee.... :-Doooo, the Jedi's will feel this one....
-
Dear Members, kindly tell me the problem how to resolve it,i have to retrieve an image file from another network pc or remote pc,i m confused about it,how to work on it either have to work by mapping a network drive,or have a windows service for this purpose...any suggestion plzz The language platform is C# Regards
Try having a look for " Socket Server C#" & " Socket Client C#" or you could use good old "Sneakernet". ???? This is a bad question.