[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] NET::FTP full newbie problem



Hi !

I want to use a ftp command as this in macperl program :

...
use Net::FTP;
...
$ftp = NET::FTP->new("wwwperso.hol.fr" );
$ftp->login ("login", "password");
$ftp->cwd("www");
$ftp->put("$theFilename");
$ftp->quit;

But this ftp code does not work.

I use a 5.1.3r2 MacPerl Version.
I have downloaded from ftp://mors.gsfc.nasa.gov/pub/MacPerl/Scripts/ the
libnet directory and I have put this folder in the macperl:lib folder. (
I have renamed the libnet folder as Net ).

I would like someone to explain me why it does not work, what I have to
check, what I have to change...

Many thanks in advance for a full macperl french newbie.

bye
-- 
_________________________________________________
Frederic Lemarchand & Nathalie Pascal
on Apple Macintosh, NT, Win95
lemarchand@calva.net
F78280 Guyancourt, France
_________________________________________________

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch