lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.08k stars 159 forks source link

add ".part" suffix in file name when download #662

Closed zerobikappa closed 2 years ago

zerobikappa commented 2 years ago

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

lavv17 commented 2 years ago

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