SFTP to HP-Nonstop

548 Views Asked by At

I am trying to create a nodejs client to sftp files from a remote HP-Nonstop server, just wondering whether this is possible?

Any help would be greatly appreciated!

1

There are 1 best solutions below

3
On BEST ANSWER

If you have Bombora (the only node.js deep port I know of for NonStop) then you should be able to run the OSS sftp client.

Alternatively if there are any node.js sftp packages out there (I googled up a few) then you should be able to use them.

If you don't have TNS/X hardware then you are out of luck, I don't think there is a node.js implementation on TNS/E.

Andy