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

FTPs clean directory fails #135

Closed nat93-dev closed 3 years ago

nat93-dev commented 3 years ago

When using FTPS, the code use the list method instead of the ls method, just like for clear ftp. The list command fails and the ra_files variable end up empty, thus make bm exit. Fix by #133