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?
Hello I am currently working on a perl script which also needs to be able to connect to ftp servers using tls. Using lftp is though not an option. It would have been very nice if you could have sent me an example (or simply posted it here) of how to establish a connection to a tls encrypted server and login with username/pass. I would really have appreciated it! Thanks! With sincere regards, Atle