in reply to Re^3: File Copy over Domain
in thread File Copy over Domain
I have windows machine in a domain. Now I need to run a perl executable on x machines in the domain. Okay?
Now there is this one main server which throws the perl executable to thses x machines . This perl exe generates a output file which keeps on modifying. The reult files needs to be pulled by server from x machines and then they are compiled at server for final result. Server needs to pull these result files after every y minutes. Can i do that?
What i do now is that i create a share on server and the writing the result files to it as Corion already suggested. But then i lose connection and it creates a problem. So Now I want to create reult files on x machines and then want server to pull them after y min.How to do it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: File Copy over Domain
by Corion (Patriarch) on Feb 08, 2013 at 10:20 UTC |