Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I would like to be able to use perl to create an ipc or rpc socket level collection from each server without logging in. I am talking about whole file transfers.
Is there such a thing or has anyone used this approach? Every time I think I have found it upon reading the code more carefully I see they are still using ftp, cp, scp, http.
I want to use an IO socket to copy these log files. Can this be done? in perl? can I use a secure IO socket?
|