node.jshp-nonstoptandem

SFTP to HP-Nonstop


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!


Solution

  • 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