node-sftp-server
node-sftp-server copied to clipboard
Node.js based module to implement an SFTP Server
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...
FileZilla by default sends 'pwd' command and node-sftp-server is sending 'Current directory is: "."' response that FileZilla doesn't understand and fails with 'Failed to parse returned path.'. Would be really...
This error can happen if the privateKeyFile is specified but passphrase does not get copied over to the constructor to ssh2.Server (see node-sftp-server.js line 135). I think this code has...
Is there a way to detect when an upload it terminated before it completes? Either because the upload was deliberately aborted or because of some comms error. I'm using a...
I'm trying to upload a file. If I send the file (without destination) it works fine ``` $ sftp -P 8022 localhost
I think this is an issue with SSH2 as well. anyway here are the details Environment: Windows 10, Node 6.10.3 sample host.key file ``` PuTTY-User-Key-File-2: ssh-rsa Encryption: none Comment: rsa-key-20170911...
I've setup an SFTP server. It appears to work fine from most clients. I can connect, list files, change directories, upload / download files. create / delete directories, delete files...
If I attempt to overwrite an existing file I get this error thrown: ``` Error: Unknown open flags: null at SFTPSession.OPEN (/Users/ianbale/Source Code/noderail-data-feed-manager/node_modules/node-sftp-server/node-sftp-server.js:394:35) at SFTPStream. (/Users/ianbale/Source Code/noderail-data-feed-manager/node_modules/node-sftp-server/node-sftp-server.js:255:31) at emitMany (events.js:146:13)...
sftp upload using terminal is working perfect, but failing for other client like java or filezilla
1) I found that every client tries to do authentication without any method. (Even if client having password) 2) Then server rejects this request and in response passes the supported...
Hi, Can'y seem to connect via Putty in windows. the **password** field is undefinded and so is the **method** equals to none. Has anyone successfully tried it?