[tpm] getting FTP over SSL to work?

Herman Anker hanker at ifdsgroup.com
Tue Sep 9 21:52:03 PDT 2008


Would it be worth downloading IO::Socket::SSL and Net::SSLeay to get this
going??

no IO::Socket::INET;
use IO::Socket::SSL;
use Net::FTP;

$ftp = Net::FTP->new("some.host.name", Debug => 0);
$ftp->login("userid");
$ftp->cwd("/pub");
$ftp->get("that.file");
$ftp->quit;

Thanks in advance
herman


-----------------------------------------
This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain
information which is privileged, confidential and prohibited from
disclosure or unauthorized use under applicable law.  If you are
not the intended recipient of this e-mail, you are hereby notified
that any use, dissemination, or copying of this e-mail or the
information contained in this e-mail is strictly prohibited by the
sender.  If you have received this transmission in error, please
return the material received to the sender and delete all copies
from your system.


More information about the toronto-pm mailing list