Perl对FTP的上传和下载

下面是 FTP上传和下载的pl代码,上传下载用get/put来获取。 fetch use net::ftp; my $username = "liuweichuanusrname"; my $password = "liuweichuanpassword"; my $remotefile = "test.txt"; my $localfile = "a.txt"; my $remotefilena
相关文章
相关标签/搜索