Re: How to set FTP module time out?

2007-04-12 Thread unix
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

Re: How to set FTP module time out?

2007-04-12 Thread yaron
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

Re: How to set FTP module time out?

2007-04-12 Thread Chas Owens
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.

How to set FTP module time out?

2007-04-12 Thread Paul
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

RE: determining whether Net::FTP module present: version 5.005_03on Solaris

2002-07-25 Thread nkuipers
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

Re: determining whether Net::FTP module present: version 5.005_03on Solaris

2002-07-25 Thread McDonald Patrick
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

determining whether Net::FTP module present: version 5.005_03on Solaris

2002-07-25 Thread McCormick, Rob E
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

Re: ftp module

2002-02-28 Thread Elaine -HFB- Ashton
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

RE: ftp module

2002-02-28 Thread Wagner-David
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: [

ftp module

2002-02-28 Thread Lyon, Justin
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

Re: Net::FTP module

2001-09-26 Thread walter valenti
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 > > ___

RE: :FTP module

2001-09-25 Thread Daniel Falkenberg
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

Re: Net::FTP module

2001-09-25 Thread GoodleafJ
Sofia cc: Subject: Net::FTP module

Net::FTP module

2001-09-25 Thread Sofia
>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