in reply to How do I gather files from remote machines?

It is the same problem. The difference is that now your server must act as a client and your clients must act as servers. Install some FTP server on your clients and use Net::FTP as client on your server (uuuh, confusing). Otherwise you need to run some kind of upload-script on each client if this suits better.

  • Comment on Re: How do I gather files from remote machines?