Lemarchand wrote: > > 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. > Well, the problem could just be that you do not change to the proper folder, and has nothing to do with MacPerl. Are you sure than when you log with FTP, you arrive to the parent of www? Gaspard ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch