On 4/28/05, Kelly Stumbaugh wrote:
> Does anyone running Perl on Windows recommend a module for FTP? I have
> tried Net::FTP::Common, but I can't get it to work and there isn't much
> in the way of documentation. If you have some sample code that
> retrieves a file from an FTP site, it would be r
Kelly Stumbaugh [KS], on Thursday, April 28, 2005 at 09:12 (-0700)
thoughtfully wrote the following:
KS> Does anyone running Perl on Windows recommend a module for FTP? I have
KS> tried Net::FTP::Common, but I can't get it to work and there isn't much
KS> in the way of documentation. If you have
What's wrong with Net::FTP? I have used this several times in the
past and it works fine.
perldoc Net::FTP
On 4/28/05, Kelly Stumbaugh <[EMAIL PROTECTED]> wrote:
> Does anyone running Perl on Windows recommend a module for FTP? I have
> tried Net::FTP::Common, but I can't get it to work and the
[EMAIL PROTECTED] wrote:
> Does anyone running Perl on Windows recommend a module for FTP? I
> have tried Net::FTP::Common, but I can't get it to work and there
> isn't much in the way of documentation. If you have some sample code
> that retrieves a file from an FTP site, it would be really help
e.com
Subject: FTP modules
Does anyone running Perl on Windows recommend a module for FTP? I have
tried Net::FTP::Common, but I can't get it to work and there isn't much
in the way of documentation. If you have some sample code that
retrieves a file from an FTP site, it would be rea
Title: RE: FTP modules
See below
-Original Message-
From: Kelly Stumbaugh [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 28, 2005 12:13 PM
To: Perl-Win32-Users@listserv.ActiveState.com
Subject: FTP modules
Does anyone running Perl on Windows recommend a module for FTP? I
The module I have used successfully is Net::FTP. Don't know about the
"Common" part. Haven't needed it.
Along with Net::FTP, I also use strict, warnings, diagnostics,
LWP::Simple, and LWP::Authen::Basic.
-- Craig
Kelly Stumbaugh wrote:
Does anyone running Perl on Windows recommend a module for
Does anyone running Perl on Windows recommend a module for FTP? I have
tried Net::FTP::Common, but I can't get it to work and there isn't much
in the way of documentation. If you have some sample code that
retrieves a file from an FTP site, it would be really helpful for me to
see it. Thanks