Transfer Files over Network
-
Hi.. What is the code i will need to connect to another computer in my network and retrive files stored in directory at that machine.. thanks
i think ur wrong here... this is not a "do my homework" forum! Don't try it, just do it! ;-)
-
Hi.. What is the code i will need to connect to another computer in my network and retrive files stored in directory at that machine.. thanks
-
Hi.. What is the code i will need to connect to another computer in my network and retrive files stored in directory at that machine.. thanks
-
Hi.. What is the code i will need to connect to another computer in my network and retrive files stored in directory at that machine.. thanks
If the drive you want the data on is shared and you have the proper permissions it might be as easy as copying a file on the local machine. Lookup UNC paths. Basically it is \\\\ John
-
Hi.. What is the code i will need to connect to another computer in my network and retrive files stored in directory at that machine.. thanks
There is this wonderful thing called MSDN and if you would have did a search for "copy files" you probably would have discovered this wonderful object called
File
which has a memeberCopy
. I suppose it is always faster just to ask in an open forum than to do a little work searching. :-)