in reply to Re: copying files from a number of remotes to another central machine
in thread copying files from a number of remotes to another central machine

I'm not sure if using Net:FTP will be the best idea for connecting to my machines. They are production boxes. and i am also a novice in perl. :) Ray
  • Comment on Re: Re: copying files from a number of remotes to another central machine

Replies are listed 'Best First'.
(ichimunki) Re: copying files from a number of remotes to another central machine
by ichimunki (Priest) on Jul 19, 2001 at 23:10 UTC
    I think you could distribute a script to all the remotes that ftp'ed the file back to the central server. Of course, you might be able to schedule a simple batch script to do that-- as opposed to having to put perl on all those machines.

    Or assuming you have mounted the central server as a drive on all the remotes, instead of FTPing the file you just copy it over. Making sure to perhaps change the filename so there aren't collisions, or giving each remote its own subdir on your server.