Van Coding
Van Coding

Reputation: 24534

Node.js SFTP client

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

Answers (2)

Naren Chejara
Naren Chejara

Reputation: 1271

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

Upvotes: 5

Greg
Greg

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

Related Questions