lavv17/lftp

add ".part" suffix in file name when download

Closed this issue · 1 comments

Is it possible to add ".part" suffix in file name when get/put files and remove the suffix after the job is completed?

set xfer:temp-file-name *.part
should do the trick.