Net-FTPSSL - Re: Accept server certificates with Net::FTPSSL

Posted on Thu Oct 4 19:16:54 2007 by malone in response to 6169 (See the whole thread of 2)
Re: Accept server certificates with Net::FTPSSL
Sorry, I forgot the actual login step in the code:
$ftps->login($username, $passwd) or warn("Credential error, $ftps->last_message");
Thanks, Brian
Write a response