mscdex / ssh2

SSH2 client and server modules written in pure JavaScript for node.js
MIT License
5.53k stars 665 forks source link

Can lrzsz be used? #924

Closed ugdot closed 4 years ago

ugdot commented 4 years ago

How to use lrzsz command in SSH2?

ugdot commented 4 years ago

In addition, is there any way to get the current file path?

mscdex commented 4 years ago

Any command can be used.

ugdot commented 4 years ago

@mscdex How to determine that the data returned by the server is the Zmodem protocol?

mscdex commented 4 years ago

@mscdex How to determine that the data returned by the server is the Zmodem protocol?

That's beyond the scope of this project.