use Net::FTP;
$ftp = Net::FTP->new("ftp.microsoft.com", Debug => 0);
$ftp->login("anonymous",'-anonymous@');
$ftp->cwd("MISC");
$ftp->hash(STDOUT,1024);
$ftp->get("NBFCP.TXT");
$ftp->quit;
In reply to Re: FTP Transfer Status
by phydeauxarff
in thread FTP Transfer Status
by allyc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |