Tamir.SharpSsh.jsch.examples.StreamForwarding Class Reference
This program will demonstrate the stream forwarding. The given Java I/O streams will be forwared to the given remote host and port on the remote side. It is simmilar to the -L option of ssh command, but you don't have to assign and open a local tcp port. You will be asked username, hostname, host:hostport and passwd. If everything works fine, System.in and System.out streams will be forwared to remote port and you can send messages from command line.
More...
List of all members.
|
Classes |
| class | MyUserInfo |
| | A user info for getting user data. More...
|
Static Public Member Functions |
| static void | Main (String[] arg) |
Detailed Description
This program will demonstrate the stream forwarding. The given Java I/O streams will be forwared to the given remote host and port on the remote side. It is simmilar to the -L option of ssh command, but you don't have to assign and open a local tcp port. You will be asked username, hostname, host:hostport and passwd. If everything works fine, System.in and System.out streams will be forwared to remote port and you can send messages from command line.
Definition at line 21 of file StreamForwarding.cs.
Member Function Documentation
| static void Tamir.SharpSsh.jsch.examples.StreamForwarding.Main |
( |
String[] |
arg |
) |
[static] |
The documentation for this class was generated from the following file:
- C:/work/OMMR/OCHHP_OMMR_OMMR/Code/Assemblies/SharpSSH/Source/SharpSSH-1.1.1.13.src/SharpSSH/jsch/examples/StreamForwarding.cs