Re: Module???

2000-10-11 Thread Glen Lee Edwards
Problem solved: The module name didn't match the directory I had to access in my ~/, plus it had a space in it, so I had to ::"gh 2.0"/myfile... Thanks! Glen On Wed, 11 Oct 2000, Martin Pool wrote: >On 11 Oct 2000, Glen Lee Edwards <[EMAIL PROTECTED]> wrote: >> I'm on the client side tryin

Re: Rsync and perl

2000-10-11 Thread Lee Eakin
I wrote one. Look at http://www.cpan.org/CPAN/authors/id/L/LE/LEAKIN/ I'd be interested in any ideas for improvements etc. -Lee ---begin quoted text--- > Delivered-To: [EMAIL PROTECTED] > From: "Perry Edward (tsp2emp)" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Sub

Rsync and perl

2000-10-11 Thread Perry Edward (tsp2emp)
I was wondering if anyone has built a Rsync module for perl. I writing some scripts in perl and it would be alot easier if there was one. If not anyone have any Idea's on how to start writing a module for this. I guess I should read the perl news groups for this Thanks Ed Perry

Re: Module???

2000-10-11 Thread Pierre Abbat
On Wed, 11 Oct 2000, Glen Lee Edwards wrote: >I'm on the client side trying to use rsync to download several files. >We're trying to access the rsync server directly instead of going through >ssh. Using: > >rsync -avc --progress --stats --partial my.server.com::gh2.0/myfile.iso myfile.iso > >I'm

Re: Module???

2000-10-11 Thread Martin Pool
On 11 Oct 2000, Glen Lee Edwards <[EMAIL PROTECTED]> wrote: > I'm on the client side trying to use rsync to download several files. > We're trying to access the rsync server directly instead of going through > ssh. Using: > > rsync -avc --progress --stats --partial my.server.com::gh2.0/myfile.is