sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
278 stars 91 forks source link

Use Net::FTP for FTPS transfers #129

Open sygo75 opened 4 years ago

sygo75 commented 4 years ago

Use IO::Socket::SSL & Net::FTP supporting the starttls command instead of using the deprecated Net::Lite::FTP. This factories all commands (remove all ftptls_xxx ones) and leave a single $ftp->starttls in the connect code section