ar I haven't been all that much help, don't where else to look...
http://danconia.org
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 13, 2003 10:14 PM
To: Aman Thind; [EMAIL PROTECTED]
Subject: RE: ABOR message using Net::FTP
-
||Reconnect();
so that Reconnect is called when =ABOR springs up to make my life
miserable...
Thank you so much
Aman
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 13, 2003 10:14 PM
To: Aman Thind; [EMAIL PROTECTED]
Subject: RE: ABOR message using Net:
On Fri, 13 Jun 2003 21:18:32 +0530, Aman Thind <[EMAIL PROTECTED]> wrote:
> Hi
>
> My ftp script sometimes stops working after throwing an ABOR message :(
>
> I invoke the ftp as :
>
> $ftp->append(\*FH,$remotefile)||Reconnect();
>
> But when A
Hi
My ftp script sometimes stops working after throwing an ABOR message :(
I invoke the ftp as :
$ftp->append(\*FH,$remotefile)||Reconnect();
But when ABOR comes, reconnect is not called.
However if i take my machine out of the network while doing the ftp, it
invokes Reconnect() as it should.