node-sftp-server
node-sftp-server copied to clipboard
Updating writefile prototype to handle unordered chunks
During chunked requests, tested with ssh2-sftp-client - fastPut, the file is pushed to the rs buffer in the incorrect order, this adjustment accounts for the offset by managing a temporary buffer of unordered parts to order the parts correctly for reading.