I want to access sftp servers through a node.js app. Do you know a library for this? Or have you an idea how I could realize this?
Thanks for your answers!
I want to access sftp servers through a node.js app. Do you know a library for this? Or have you an idea how I could realize this?
Thanks for your answers!
May be SSH2(https://www.npmjs.org/package/ssh2) library will help you
I don't think there is a library already written for this, but you could perhaps use the sftp client via a child process.