[JSch-J2ME] SSH2 over HTTP
Status: Alpha
Brought to you by:
ymnk
From: <ym...@jc...> - 2005-02-14 17:14:43
|
Hi there, We have succeeded to run SSH2 remote execution over HttpTunnel by using JHttpTunnel(http://www.jcraft.com/jhttptunnel/) on MIDP emulator. The source code is available at http://j2me.jsch.org/#jhttptunnel . To enjoy this functionality, you need JHttpTunnel 0.0.3[1] and then you have to apply the patch included in its archive to GNU httptunnel[2] 3.0.5. [1] http://www.jcraft.com/jhttptunnel/jhttptunnel-0.0.3.zip [2] http://www.nocrew.org/software/httptunnel.html Thanks, -- ymnk |