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/ultra.vnc | |
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/ultra.vnc')
-rw-r--r-- | classes/ssl/ultra.vnc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/classes/ssl/ultra.vnc b/classes/ssl/ultra.vnc new file mode 100644 index 0000000..23b6a31 --- /dev/null +++ b/classes/ssl/ultra.vnc @@ -0,0 +1,27 @@ +<!-- + index.vnc - default HTML page for TightVNC Java viewer applet, to be + used with Xvnc. On any file ending in .vnc, the HTTP server embedded in + Xvnc will substitute the following variables when preceded by a dollar: + USER, DESKTOP, DISPLAY, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT, + PARAMS. Use two dollar signs ($$) to get a dollar sign in the generated + HTML page. + + NOTE: the $PARAMS variable is not supported by the standard VNC, so + make sure you have TightVNC on the server side, if you're using this + variable. +--> + +<HTML> +<TITLE> +$USER's $DESKTOP desktop ($DISPLAY) +</TITLE> +<APPLET CODE=VncViewer.class ARCHIVE=UltraViewerSSL.jar + WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> +<param name=PORT value=$PORT> +<param name="Open New Window" value=yes> +<param name="ignoreMSLogonCheck" value=yes> +$PARAMS +</APPLET> +<BR> +<A href="http://www.ultravnc.com/">UltraVNC site</A> +</HTML> |