http://www.perlmonks.org?node_id=255254


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