Hi Victor ,
Thanks for lettimg me know . I will try and use File::rsync .
Vinay
On Fri, 8 Jun 2001 [EMAIL PROTECTED] wrote:
> you can try rsync
>
> "Vinay T.S." wrote:
>
> > I wanted to know if there is any module or method in an existing module
> > for
> >
> > a) transfer a directory tree from one machine to another
> >
> > I could use
> >
> > tar xvf - <top_dir_of_source> | rsh target_machine " cd <target_dir> ; tar
> > cvf - )
> >
> > wanted to do this , using an existing method instead .
> >
> > Thanks
> > Vinay
>
>