node-ssh
node-ssh copied to clipboard
Is it possible to set transfer mode (binary or ascii) when calling `putFile`
Hello.
We are uploading XML file (around 2 MB) via FTP using putFile method, and sometimes XML file is malformed after upload.
That kind of issue can happen when using ASCII transfer mode for non-ASCII files.
Is it possible to set transfer mode when calling putFile?
Thank you!