I am trying to write a Perl script that invokes the Net::FTP module. Looking
at a sample script for this I noted the use of $ftp_home. I thought that
that value represented the home directory I was running the program from.
But that doesn't work, so I was wondering exactly what the value of ftp_home
is supposed to represent. Below is an excerpt from the script. Many thanks!
$ftp = Net::FTP->new($url, Debug=>0);
$ftp->login($username, $password);
print $ftp->cwd($ftp_home), "\n";
$ftp->get($filename);
$ftp->quit;
_________________________________________________________________
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]