I have a random machine within a domain that is running my application. This machine contains files that I would like to copy to other machines within the same domain. Anyone know how to do this?
I have a random machine within a domain that is running my application. This machine contains files that I would like to copy to other machines within the same domain. Anyone know how to do this?
First you will need to find the other machines on the network, you will more then likly have to use the API to do this. Then you should be able to connect to the file system by using UNC Paths to connect. Then all you have to do is use the general filesystem commands to transfer the files.
OK, actually I know what you mean by UNC paths now, however wouldn't this require a shared folder on the target machine? I would assume that there is no way to create a shared folder on some networked machine (without manually doing it on that machine).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.