steelbrain / node-ssh

SSH2 with Promises
MIT License
947 stars 94 forks source link

putFile drops the file in ASCII format at the destination. #403

Open DreamIT1 opened 3 years ago

DreamIT1 commented 3 years ago

How can I avoid this conversion? Do I have to use the sftp wrapper? is there an example for this.. Any help is appreciated.

DreamIT1 commented 3 years ago

Is there an option to use SCP instead of SFTP with this? Doesn't look like there is one but just checking..