node-ftp-client icon indicating copy to clipboard operation
node-ftp-client copied to clipboard

Do not put an empty file

Open keul opened this issue 8 years ago • 0 comments

On a customer (Windows based) FTP I found that creating an empty Buffer lead to a strange error, where the ftp client simply fails silently during the getServerTime procedure.

Just writing something in the temp file fixed the issue

keul avatar Oct 12 '17 16:10 keul