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
277 stars 88 forks source link

FTPs upload fail #131

Closed nat93-dev closed 3 years ago

nat93-dev commented 3 years ago

I am trying to upload tarballs to a FTPs server thanks to the FTPES protocol.

Each time, I get the error "Cannot get Local file XXXX".

After investigating it seems that the positions of the parameters is incorrect in backup-manager-upload line 818. $file should be before $basename. I've tested this swap and it works. I am using debian buster with backup-manager 0.7.14.

nat93-dev commented 3 years ago

Would be fixed by #134