javascript - Google Chrome app: Any SSH/SFTP JS libraries? -


i've been going through samples google chrome extension/app development , liked of them. telnet client example here: https://github.com/googlechrome/chrome-app-samples/tree/master/samples/telnet

is there library/source can use google chrome ssh client?

two years ago, tried find ssh/sftp javascript library, however, not find libraries. therefore, created app libssh2. is, created nacl module c++ use libssh2 c library. also, created sftp client nacl module libssh2 library well.

and, can refer source code of ssh client app.

probably, difficult calculate encryption/decryption ssh2 negotiation protocol javascript...


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -