Hello :)
I am trying to send a file through ftp from my machine to a virtual Xlight FTP server. The files are indeed sent to the ftp server BUT they are empty. I want to know if this something to do with the FTP code I am using:
my $ftp = Net::FTP->new($xlight_server_ip, Debug => 0) or log_error +("Cannot connect") ; $ftp->login($user,$pass) or log_error ("Cannot login ") ; $ftp->cwd($dest_dir) or log_error ("Cannot change working directory ") + ; $ftp->put($file_to_send);
Any ideas??? Thanks
In reply to Net::FTP with Xlight FTP server by perl_help26
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |