Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-7) was last changed on 09-Oct-2016 18:14 by Ben Spink

This page was created on 09-Oct-2016 18:14 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 2 lines
!Start a Single Tunnel
At line 14 added one line
!Start a Tunnel in Code
At line 28 added 2 lines
!Install as a Service on Windows for an Always on Tunnel
At line 70 added 30 lines
----
__Command Line JNLP Launch__\\
You could also launch a specific tunnel from the command line using Java WebStart.
{{{
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://www.crushftp.com">
<information>
<title>CrushTunnel</title>
<vendor>Ben Spink</vendor>
<offline-allowed/>
<shortcut online="true">
<desktop/>
</shortcut>
</information>
<security><all-permissions/></security>
<resources>
<j2se version="1.2+" /><jar href="/WebInterface/CrushTunnel.jar"/>
</resources>
<application-desc main-class="com.crushftp.tunnel2.Tunnel2">
<argument>protocol=https</argument>
<argument>host=www.crushftp.com</argument>
<argument>port=443</argument>
<argument>username=demo</argument>
<argument>password=demo</argument>
</application-desc>
</jnlp>
}}}
Version Date Modified Size Author Changes ... Change note
7 09-Oct-2016 18:14 3.976 kB Ben Spink to previous
6 09-Oct-2016 18:14 3.14 kB Ben Spink to previous | to last
5 09-Oct-2016 18:14 3.029 kB Ben Spink to previous | to last
4 09-Oct-2016 18:14 1.309 kB Ben Spink to previous | to last
3 09-Oct-2016 18:14 1.63 kB Ben Spink to previous | to last
2 09-Oct-2016 18:14 1.629 kB Ben Spink to previous | to last
1 09-Oct-2016 18:14 1.186 kB Ben Spink to last
« This page (revision-7) was last changed on 09-Oct-2016 18:14 by Ben Spink
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
LeftMenu

JSPWiki