Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-9) was last changed on 19-Jul-2021 14:52 by Ada Csaba

This page was created on 29-Dec-2020 05:25 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 6 changed one line
java -Dcrushtunnel.pasv.ip=71.123.244.10 -Dcrushtunnel.pasv.port.start=2000 -Dcrushtunnel.pasv.port.stop=2100 -Djava.awt.headless=true -cp CrushTunnel.jar com.crushftp.tunnel.AutoChannelProxy protocol=https host=www.crushftp.com port=443 username=demo password=demo localport=2121
java -cp CrushTunnel.jar com.crushftp.tunnel2.Tunnel2 protocol=https host=www.crushftp.com port=443 username=demo password=demo
At line 15 changed 6 lines
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();
com.crushtunnel.gui.Common.trustEverything(); //ignore SSL validation issues…bad for prod use
com.crushftp.tunnel2.Tunnel2 t = new com.crushftp.tunnel2.Tunnel2("https://www.crushftp.com:443/", "demo", "demo", false);
t.startThreads();
At line 24 changed one line
thread.interrupt();
t.stopThisTunnel();
Version Date Modified Size Author Changes ... Change note
9 19-Jul-2021 14:52 2.675 kB Ada Csaba to previous
8 29-Dec-2020 05:25 2.675 kB Ben Spink to previous | to last
7 29-Dec-2020 05:25 3.976 kB Ben Spink to previous | to last
6 29-Dec-2020 05:25 3.14 kB Ben Spink to previous | to last
5 29-Dec-2020 05:25 3.029 kB Ben Spink to previous | to last
4 29-Dec-2020 05:25 1.309 kB Ben Spink to previous | to last
3 29-Dec-2020 05:25 1.63 kB Ben Spink to previous | to last
2 29-Dec-2020 05:25 1.629 kB Ben Spink to previous | to last
1 29-Dec-2020 05:25 1.186 kB Ben Spink to last
« This page (revision-9) was last changed on 19-Jul-2021 14:52 by Ada Csaba
G’day (anonymous guest)
CrushFTP10 | What's New

Referenced by
LeftMenu

JSPWiki