Here is the synopsis from the Net::FTP pod: use Net::FTP; $ftp = Net::FTP->new("some.host.name", Debug => 0); $ftp->login("anonymous",'me@here.there'); $ftp->cwd("/pub"); $ftp->get("that.file"); $ftp->quit; You are looking for something higher level than that? -K > From: Michael Eggleston <nghtstr@michaelsmacshack.com> > Date: Sun, 17 Dec 00 18:10:49 -0700 > To: "Macperl" <macperl@macperl.org> > Subject: Re: [MacPerl] A possible FTP module for Perl?? > > Ok, I thought I was clear on this, but now I see that I wasn't, and I > appologize for this. What I was wanting was an interface to the Net::FTP > stuff such that a function call would open the connection, a get function > would get a particular file, etc etc. I hope this clearifies things > tremendously. > > > > ========================================== > Real Programmers use Perl > > Mike Eggleston > nghtstr@michaelsmacshack.com > ========================================== > > > # ===== Want to unsubscribe from this list? > # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org > > # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org