in reply to
Net::FTP and SSL/TLS
I had a similar problem where I wanted to do
FTP over SSL
. I don't know if this helps but I solved my problem by using a tool called lftp to mirror the FTPS site locally and then using perl to open the already local files.
Tiago
Comment on
Re: Net::FTP and SSL/TLS
In Section
Seekers of Perl Wisdom