mget: filename.xlsx: file already exists and xfer:clobber is unset
Solution 1:
xfer:clobber
is the setting in lftp that decides whether or not to allow mget to replace files. Add
set xfer:clobber on
to your lftp script so that it's set, then the mget command should replace the file.