Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-8) was last changed on 27-Jan-2020 07:49 by Ben Spink

This page was created on 25-Oct-2018 04:31 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 3 changed one line
Here is a stand alone example:
Here is a stand alone example (one long line):
At line 11 changed one line
The tunnel adds some overhead to the transaction, so its suited best for large transfers where it can accelerate them avoiding latency issues. Small files do not benefit from the tunnel other than being inside the encrypted network.
----
To programmatically start the tunnel, include the CrushTunnel.jar file, and do something similar to the following:
At line 13 changed one line
To programmatically start the tunnel, include the CrushTunnel.jar file.
{{{
final AutoChannelProxy tunnel = new AutoChannelProxy();
Thread thread = new Thread(new Runnable(){public void run(){ //create a thread for running the tunnel as this method does not return until the tunnel is done.
String args[] = new String[]{"protocol=https","host=www.crushftp.com","port=443","username=demo","password="demo","localport=2121"};
tunnel.doTunnel(args);
}});
thread.start();
//tunnel is now open and ready. Connections to it over FTP on 127.0.0.1 will be proxied securely through the tunnel to the CrushFTP FTP server side.
//to stop it later on
thread.interupt();
}}}
Version Date Modified Size Author Changes ... Change note
8 27-Jan-2020 07:49 2.675 kB Ben Spink to previous
7 25-Oct-2018 04:31 3.976 kB Ben Spink to previous | to last
6 25-Oct-2018 04:31 3.14 kB Ben Spink to previous | to last
5 25-Oct-2018 04:31 3.029 kB Ben Spink to previous | to last
4 25-Oct-2018 04:31 1.309 kB Ben Spink to previous | to last
3 25-Oct-2018 04:31 1.63 kB Ben Spink to previous | to last
2 25-Oct-2018 04:31 1.629 kB Ben Spink to previous | to last
1 25-Oct-2018 04:31 1.186 kB Ben Spink to last
« This page (revision-8) was last changed on 27-Jan-2020 07:49 by Ben Spink
G’day (anonymous guest)
CrushFTP9 | What's New

Referenced by
LeftMenu

JSPWiki