ssh2-streams
ssh2-streams copied to clipboard
SSH2 and SFTP client/server protocol streams for node.js
Hi, We're frequently seeing a `Missing file segements in upload:0` error when trying to upload a file to a client's SFTP. It's a large file - ~1GB. The upload _is_...
Related to #42, but the the issue isn't the value of `highWaterMark` (although lowering it is a workaround for this issue). `ReadStream._read` (https://github.com/mscdex/ssh2-streams/blob/master/lib/sftp.js#L2749) always advances the position by `toRead` number...
There appears to be an issue with fastPut/fastGet with latest node version 14.2.0. Problem does not appear to occur with 14.1.0. Suspect issue is related to recent changes in stream...
怎么使用这个连接ssh呢?
I'm using this with the SSH2 module to run a SFTP server. With one SFTP client the packet size on write is larger than what this module expects (> 34000),...
When the SFTP client sends flag 2, the function will return `null`, which breaks any fs.open calls. Flag 2 I think that corresponds to APPEND. Tested with Filezilla, by dragging...
Hi, I need this fix for my project. When we will get the release? =] https://github.com/mscdex/ssh2-streams/commit/8de25ea69a76dbf1c34e578e42571e97de926ac0
It's now an internet standard: https://www.rfc-editor.org/authors/rfc8758.html There was a PR about this: https://github.com/mscdex/ssh2-streams/pull/125 Would it be an appropriate time to revisit this PR ?