On Thu, April 12, 2007 10:44 am, Chas Owens wrote:
> On 4/12/07, Paul <[EMAIL PROTECTED]> wrote:
>> I see default time out is 120, in seconds I assume. How would I change
>> this within a perl script? Problem is, when the deomon is locked up, it
>> just sits there, so I want to shorting this so t
Hi,
Lets set it to 200 secs
use Net::FTP;
my $ftp = new Net::FTP(hostnale,Timeout => 200);
...
- Original Message -
From: "Paul" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Thursday, April 12, 2007 5:33:30 PM (GMT+0200) Auto-Detected
Subject: How to set FTP
On 4/12/07, Paul <[EMAIL PROTECTED]> wrote:
I see default time out is 120, in seconds I assume. How would I change
this within a perl script? Problem is, when the deomon is locked up, it
just sits there, so I want to shorting this so the script jumpts out and
doesn't sit there forever. Thanks.
I see default time out is 120, in seconds I assume. How would I change
this within a perl script? Problem is, when the deomon is locked up, it
just sits there, so I want to shorting this so the script jumpts out and
doesn't sit there forever. Thanks.
http://search.cpan.org/~gbarr/libnet-1.20/Ne
I learned just today actually how to install a module when not root.
So, you have your module tarball all good to go:
>mkdir ~/lib
>tar -zxvf modulename.tar.gz
>perl Makefile.PL LIB=~/lib
>make test
>make
>make install
and you should be fine
the link where I found the above is:
http://perlmon
Net::FTP is not present in the version of Perl you reference. You will
have to obtain Net::FTP from CPAN. The package comes with install
instructions located in the file "INSTALL". If I remember correctly it
should be the standard:
perl Makefile.pl
make
make install
I a
All,
I'm scratching my head trying to determine whether perldoc isn't working
correctly or if Net::FTP just isn't present?
If I need to obtain Net::FTP from CPAN , how would I install as not
and use it? I wouldn't simply be able to:
use Net::FTP; # would I?
Tried: /bin> perldoc -m Net::FTP
Wagner-David [[EMAIL PROTECTED]] quoth:
*> I believe it is part of the libnet, but usually comes as part of the base Perl
install. If wrong the Perl gurus will let us know.
libnet is not part of the core perl package and will not be until perl
5.8.0
http://search.cpan.org/search?dist=libn
7;
Subject: ftp module
I was reading in the O'Reilly Advanced Perl Programming book, and it told of
a Net::FTP module... but I can't find it on my Solaris 8 system... has it
been deprecated, and if so, does anyone know the latest stuff to use for
that?
Thanks
--
To unsubscribe, e-mail: [
I was reading in the O'Reilly Advanced Perl Programming book, and it told of
a Net::FTP module... but I can't find it on my Solaris 8 system... has it
been deprecated, and if so, does anyone know the latest stuff to use for
that?
Thanks
--
To unsubscribe, e-mail: [EMAIL PROT
If you use Debian Linux there's tha packege .deb, and you can install with dselect.
Otherwise look for in CPAN.
Walter
Sofia wrote:
> >From where can I download the Net::FTP module?
>
> Thanks in advance
>
> ___
Sofia,
Try... http://search.cpan.org
HIH,
Daniel Falkenberg
>From where can I download the Net::FTP module?
Thanks in advance
__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger. http://im.ya
Sofia
cc:
Subject: Net::FTP module
>From where can I download the Net::FTP module?
Thanks in advance
__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
http://im.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For add
14 matches
Mail list logo