Sunday, 4 June 2017

Creating SFTP server using nodejs

I've used below library for creating sftp server in nodejs.

https://www.npmjs.com/package/node-sftp-server

Everything is working fine, I am able to connect via linux terminal using

sftp -P 8022 user@host

and uploading files using

put filename-to-upload

But when I am trying to sftp connect/upload via FileZilla/Java Program I am getting AuthFail error. As per logs, the password and authentication mode are present as null. Please suggest what changes need to be done, for making the auth successful.



via munish

No comments:

Post a Comment