Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为来自远程 HP-Nonstop 服务器的 sftp 文件创建一个 nodejs 客户端,只是想知道这是否可能?
任何帮助将不胜感激!
如果您有 Bombora(我所知道的用于 NonStop 的唯一 node.js 深端口),那么您应该能够运行 OSS sftp 客户端。
或者,如果那里有任何 node.js sftp 包(我搜索了一些),那么您应该能够使用它们。
如果您没有 TNS/X 硬件,那么您就不走运了,我认为 TNS/E 上没有 node.js 实现。
安迪