RE: Eval and Net::FTP

2002-09-05 Thread Ahmed, Mubariz
Hi, How do i 1. ftp directories recursively 2. Compress/bzip2 files larger than 5MB 3. Parallel ftp Regards Mubariz -Original Message- From: Allegakoen, Justin Devanandan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 5:52 AM To: [EMAIL PROTECTED] Subject: RE: Eval and

RE: Eval and Net::FTP

2002-09-04 Thread Allegakoen, Justin Devanandan
-8<- - ## long-time operations here: $ftp = Net::FTP->new($site, Timeout => 60, Passive => 1, Debug => 3) or die "Can't connect: $@\n"; $ftp->login($

Eval and Net::FTP

2002-09-04 Thread Gary Nielson
I am wanting to test to make sure that an ftp transfer in fact takes place. Searching through newsgroups, saw several recommendations re: Perl Cookbook's 16.21, which I have used below. I think I have done this correctly -- code below -- but will this be enough? I am assuming that if the script