Re: Net::FTP versus TLS

[email protected] (Graham Barr) Wed, 28 May 2003 14:52:23 +0100
Newsgroups perl.libnet
Message-ID <[email protected]>
On Wed, May 28, 2003 at 02:59:59PM +0200, Dariush Pietrzak wrote:
> > Sadly its not that simple. I am working on a new libnet that will allow
> > this but it is nowhere near ready yet. Until then your best option
>  Hi hi, i just made my first tls/ftp trasmission using perl.
> I used Net::SSLeay::Handle to switch encryption on while socket is opened
> ( it seems it's needed at two places - first, you need to switch after AUTH
> TLS, and second - when you do passive transfers, you need to connect to
> socket first ( after PASV ), and then switch encryption on after you run
> RETR or LIST ( this is assuming you're using PROT P ) ).
>  How can I help in introducing this into Net::FTP?

Send a patch.

Graham.