atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
202 stars 57 forks source link

Rewrite local file #68

Open cggaurav opened 6 years ago

cggaurav commented 6 years ago

Is there a way to rewrite the local file if it already exists with get or getFile?

rolljee commented 5 years ago

any update on this ?

maiwenn commented 1 year ago

@cggaurav @rolljee

additionalLftpCommands: [
    'set xfer:clobber on'
]