TED]
Sent: Friday, May 28, 2004 3:42 AM
Cc: [EMAIL PROTECTED]
Subject: Re: Question on Net::FTP.
Never mind.
Figured it out.
:)
Could you share the solution ?
José.
DISCLAIMER
"This e-mail and any attachment thereto may contain information which
is confidential and/or protected by in
> -Original Message-
> From: Silky Manwani [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 28, 2004 3:42 AM
> Cc: [EMAIL PROTECTED]
> Subject: Re: Question on Net::FTP.
>
>
> Never mind.
>
> Figured it out.
>
> :)
Could you share the solution ?
J
Never mind.
Figured it out.
:)
On May 27, 2004, at 4:40 PM, Silky Manwani wrote:
Hello,
I have this program where I am trying to ftp a file from one machine
to another.
so code somewhat looks like this:
$ftp = Net::FTP->new(host, (Debug => 1, Timeout =>600, Passive =>1));
$ftp->login($user,$pass)