Re: Net::EasyTCP

2006-12-05 Thread Derek B. Smith
explain? derek Well, its the same thing as putting a module into your scripts running directory. For instance, instead of installing Net::EasyTcp system-wide, you could ( in your script's working directory) , make a dir called Net, then in Net, copy EasyTcp.pm into it. Then in your script

Re: Net::EasyTCP

2006-12-02 Thread Derek B. Smith
, http, ftp, ssh2, etc. You don't have to install the Net::EasyTCP module on the clients. There is no xs component, it's pure perl. So you could actually include the EasyTCP code, as a package right into your script. zentara ok thanks 4 the advise, but I have thought about it. All

[OT] Re: Net::EasyTCP

2006-12-02 Thread D. Bolliger
directory, and get them thru https? There are many ways to go, http, ftp, ssh2, etc. You don't have to install the Net::EasyTCP module on the clients. There is no xs component, it's pure perl. So you could actually include the EasyTCP code, as a package right into your script

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
but root. I then looked at Net::EasyTCP for a socket download. As I read the CPAN info and after reading For this to happen do I need to create server and client or just client? What do you recommend? server A would be server which houses gathered files server B would be client which

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
but root. I then looked at Net::EasyTCP for a socket download. As I read the CPAN info and after reading For this to happen do I need to create server and client or just client? What do you recommend? server A would be server which houses gathered files server B would be client which

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
but root. I then looked at Net::EasyTCP for a socket download. As I read the CPAN info and after reading For this to happen do I need to create server and client or just client? What do you recommend? server A would be server which houses gathered files server B would be client which

Re: Net::EasyTCP

2006-12-01 Thread D. Bolliger
Derek B. Smith am Freitag, 1. Dezember 2006 20:31: --- zentara [EMAIL PROTECTED] wrote: On Thu, 30 Nov 2006 13:34:16 -0800 (PST), [EMAIL PROTECTED] I need to gather a single filename on hundreds of servers ranging in *UX flavors from AIX, HP, [snip] I was initially thinking an scp

Re: Net::EasyTCP

2006-12-01 Thread Bill Jones
On 11/30/06, Derek B. Smith [EMAIL PROTECTED] wrote: but not all clients have ssh running and other nuances such as no root ssh sign-in, no ftp, and /etc/passwd is protected from downloads and reads by anyone but root. Well, since we seem to be going down this path -- you could try hacking

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
--- D. Bolliger [EMAIL PROTECTED] wrote: Derek B. Smith am Freitag, 1. Dezember 2006 20:31: --- zentara [EMAIL PROTECTED] wrote: On Thu, 30 Nov 2006 13:34:16 -0800 (PST), [EMAIL PROTECTED] I need to gather a single filename on hundreds of servers ranging in *UX flavors from AIX,

Net::EasyTCP

2006-11-30 Thread Derek B. Smith
but not all clients have ssh running and other nuances such as no root ssh sign-in, no ftp, and /etc/passwd is protected from downloads and reads by anyone but root. I then looked at Net::EasyTCP for a socket download. As I read the CPAN info and after reading Constructs and returns a new Net::EasyTCP

Re: Net::EasyTCP

2006-11-30 Thread Jeff Pang
For this to happen do I need to create server and client or just client? What do you recommend? Yes,after I looked through the docs roughly,I think you should create two scripts,one is socket server running on the host from where you fetch the file,another is socket client you use it to get