Node.js SFTP client

2019-04-28 17:37发布

问题:

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!

回答1:

May be SSH2(https://www.npmjs.org/package/ssh2) library will help you



回答2:

I don't think there is a library already written for this, but you could perhaps use the sftp client via a child process.