ssh2-streams icon indicating copy to clipboard operation
ssh2-streams copied to clipboard

SSH2 and SFTP client/server protocol streams for node.js

Results 44 ssh2-streams issues
Sort by recently updated
recently updated
newest added

I tried the solution in this issue to create multiple directories but could no make it work. #4 Is there an alternative method or a more detailed example of this...

The [docs](https://github.com/mscdex/ssh2-streams/blob/master/SFTPStream.md#sftpstream-methods) don't mention the `mode` option on `fastGet`, but it is available since both `fastGet` and `fastPut` talk to the same underlying `fastXfer` function, which uses `mode` in both...

In the doc, the instructions is as follows ``` .on('REALPATH', function(reqid, path) { var name = [{ filename: '/tmp/foo.txt', longname: '-rwxrwxrwx 1 foo foo 3 Dec 8 2009 foo.txt', attrs:...

Given an encrypted private key and an incorrect passphrase, obscure error messages are thrown from the `node-asn1` library: **Long, non-empty, incorrect passphrase** ``` InvalidAsn1Error: encoding too long at newInvalidAsn1Error (/Users/k/p/lagoon/cli/node_modules/asn1/lib/ber/errors.js:7:13)...