in reply to Re: Net::FTP get function question
in thread Net::FTP get function question
my code: <code> $ftp -> get ($file_name, "/home/xiaoyao/Desktop/updating_files/" . $file_name ) or die "get $file_name failed: " . $ftp -> message() ; <code>
Thanks any way.
|
|---|