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

After connecting to an SFTP server, the sftp module learns about which SSH extensions are supported. It would be nice if there was a clean way that calling code could...

Hello! When this [fix](https://github.com/mscdex/ssh2-streams/commit/8de25ea69a76dbf1c34e578e42571e97de926ac0) will be released? I'm depending on this fix for an sftp library that we want to implement in the project. https://github.com/mscdex/ssh2/issues/893 https://github.com/theophilusx/ssh2-sftp-client/issues/235

Hi, I'm having this error sometimes: "File resume is currently not supported". I have a recursive function which use ssh.putFile while upload many files: ``` const bubble = (track, i)...

`writeData` callback has `totalBytesWrite` parameter.

This commit introduces a gitignore file into the repo, adding `*.log` for files such as `npm-debug.log` as well as the `node_modules/` directory.

Using filezilla to connect Status: Connecting to 127.0.0.1:8022... Status: Connected to 127.0.0.1 Status: Retrieving directory listing... Command: pwd Response: Current directory is: "." Error: Failed to parse returned path. Error:...

Attempting to download a JSON file from a Cerberus FTP server (version 5). Upon inspection, it appears that a quote is being dropped before the second key. I was able...

all goes well until a client discinnects .. this is when the server crashes .. and i cant find the reason :\ > ncaught error: { Error: write ECONNABORTED >...

So i do SFTP uploads using fastput and at some point it stops and closes the sftp connection. now i added debugging and added just a bit of logging. writting...

When we upload a ZIP file (size 37430637 bytes) using fastPut with default options (I am using the [ssh2-sftp-client package](https://www.npmjs.com/package/ssh2-sftp-client), so I am just doing sftp.put(origin,target).then(sftp.end())), the uploaded file is...