- or download this
use Net::FTP;
$ftp = Net::FTP->new("some.host.name", Debug => 0);
...
$ftp->cwd("/pub");
$ftp->get("that.file");
$ftp->quit;
- or download this
<a href="ftp://some.host.name/pub/that.file">click here</a>
- or download this
<a href="ftp://username:password@some.host.name/pub/that.file">click h
+ere</a>