Reputation: 24534
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!
Upvotes: 5
Views: 8745
Reputation: 1271
May be SSH2(https://www.npmjs.org/package/ssh2) library will help you
Upvotes: 5
Reputation: 33650
I don't think there is a library already written for this, but you could perhaps use the sftp client via a child process.
Upvotes: 2