Re: FTP modules

2005-05-01 Thread Offer Kaye
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

Re: FTP modules

2005-04-29 Thread Ing. Branislav Gerzo (mail-lists)
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

Re: FTP modules

2005-04-28 Thread Jeff Schultz
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

RE: FTP modules

2005-04-28 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[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

RE: FTP modules

2005-04-28 Thread Bharucha, Nikhil
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

RE: FTP modules

2005-04-28 Thread Gardner, Sam
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

Re: FTP modules

2005-04-28 Thread Craig Cardimon
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

FTP modules

2005-04-28 Thread Kelly Stumbaugh
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