diff options
author | runge <runge> | 2007-05-16 21:32:52 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-16 21:32:52 +0000 |
commit | 3110c0e32f2f1fe823917eebc33bedc44a84160c (patch) | |
tree | 5adec4f47905ebca5b36da5c5699d007f80654db /classes/ssl/README | |
parent | c49eee2cf625d8cfcefd23c6a33e6c9488570fcc (diff) | |
download | libtdevnc-3110c0e32f2f1fe823917eebc33bedc44a84160c.tar.gz libtdevnc-3110c0e32f2f1fe823917eebc33bedc44a84160c.zip |
Add SSL support to UltraVNC Java Viewer (has filetransfer gui). Fix UltraVNC bugs and improve FTP gui a bit.
Diffstat (limited to 'classes/ssl/README')
-rw-r--r-- | classes/ssl/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/classes/ssl/README b/classes/ssl/README index 7c3115f..1b794e4 100644 --- a/classes/ssl/README +++ b/classes/ssl/README @@ -69,4 +69,18 @@ Running Java SSL VncViewer from the command line: java -cp ./VncViewer.jar VncViewer HOST <thehost> PORT <theport> substitute <thehost> and <theport> with the actual values. + You can add any other parameters, e.g.: ignoreProxy yes +--------------------------------------------------------------- +UltraVNC: + +The UltraVNC java viewer has also been patched to support SSL. Various +bugs in the UltraVNC java viewer were also fixed. This viewer can be +useful because is support UltraVNC filetransfer, and so it works on +Unix, etc. + +UltraViewerSSL.jar +SignedUltraViewerSSL.jar +ultra.vnc +ultraproxy.vnc +ultravnc-102-JavaViewer-ssl-etc.patch |