Re: Net::EasyTCP

2006-12-05 Thread Derek B. Smith
--- zentara <[EMAIL PROTECTED]> wrote: > On Sat, 2 Dec 2006 08:08:22 -0800 (PST), > [EMAIL PROTECTED] > ("Derek B. Smith") wrote: > > >I dont understand > "there is no xs component" and > I > >dont understand > "So you could actually include > the > >EasyTCP code, as a package right into your sc

[OT] Re: Net::EasyTCP

2006-12-02 Thread D. Bolliger
Derek B. Smith am Samstag, 2. Dezember 2006 17:08: > --- zentara <[EMAIL PROTECTED]> wrote: > > On Fri, 1 Dec 2006 20:31:11 -0800 (PST), > > [EMAIL PROTECTED] > > > > ("Derek B. Smith") wrote: > > >I was hoping for socket data transfers to mimic an > > >sftp/ftp get without having to deploy code to

Re: Net::EasyTCP

2006-12-02 Thread Derek B. Smith
--- zentara <[EMAIL PROTECTED]> wrote: > On Fri, 1 Dec 2006 20:31:11 -0800 (PST), > [EMAIL PROTECTED] > ("Derek B. Smith") wrote: > > >I was hoping for socket data transfers to mimic an > >sftp/ftp get without having to deploy code to the > >clients and or deploying this module on the > clients.

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

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 ar

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 thinki

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
--- zentara <[EMAIL PROTECTED]> wrote: > On Thu, 30 Nov 2006 13:34:16 -0800 (PST), > [EMAIL PROTECTED] > ("Derek B. Smith") wrote: > > >Hello... : ) > > > >I need to gather a single filename on hundreds of > >servers ranging in *UX flavors from AIX, HP, > Solaris, > >RH Linux and Tru64 then stor

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
--- zentara <[EMAIL PROTECTED]> wrote: > On Thu, 30 Nov 2006 13:34:16 -0800 (PST), > [EMAIL PROTECTED] > ("Derek B. Smith") wrote: > > >Hello... : ) > > > >I need to gather a single filename on hundreds of > >servers ranging in *UX flavors from AIX, HP, > Solaris, > >RH Linux and Tru64 then store

Re: Net::EasyTCP

2006-12-01 Thread Derek B. Smith
--- zentara <[EMAIL PROTECTED]> wrote: > On Thu, 30 Nov 2006 13:34:16 -0800 (PST), > [EMAIL PROTECTED] > ("Derek B. Smith") wrote: > > >Hello... : ) > > > >I need to gather a single filename on hundreds of > >servers ranging in *UX flavors from AIX, HP, > Solaris, > >RH Linux and Tru64 then store

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 g