ftp ls perl的相關文章
ftp ls perl的相關商品
Net::FTP (Perl in a Nutshell, 2nd Edition)
瀏覽:819
日期:2025-12-09
usr/local/bin/perl -w use Net::FTP; $hostname = 'remotehost.com'; $username = '
anonymous'; ... Change directory print $ftp->ls($home),"\n"; # Now get the file and
leave $ftp->get($filename); $ftp->quit;....看更多















