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
相關文章
相關標籤/搜索