Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-12) 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 15 added one line
java -jar CrushTunnel.jar inline_script "connect https://demo:demo@crushftp.com/demo/;put file.txt;wait;quit;"
At line 142 changed one line
Example: set download_threads 10
Example: set max_threads 10
At line 185 added 39 lines
----
Kill app after pre-determined time amount with an error code exit.
{{{
kill 30 secs
kill 30 s
kill 1 min
kill 1 m
kill 100 hours
kill 100 h
kill 2 days
kill 2 d
kill 0 s (aborts kill)
}}}
----
Timeout on individual file transfer items FTP, HTTP(s), SFTP in seconds.
{{{
timeout 30
}}}
----
Start a tunnel with a server so you can connect through it. After starting you can connect through the tunnels port. Typically its 55555.
{{{
tunnel https://www.crushftp.com/ (you will be prompted for credentials)
tunnel https://demo:demo@www.crushftp.com/ (credentials provided inline in the URL)
tunnel list (list running and stopped tunnels)
tunnel stop {id} (stop a tunnel id you got from the list command, ids start at 1 and count up for each tunnel you create. Once stopped, a tunnel id can't be started.)
tunnel log (prints out the recent tunnel log messages)
connect http://127.0.0.1:55555/ (now you can connect normally through the tunnel that was just started)
}}}
----
Take a thread stack trace for what all CrushClient is currently working on (debug purposes only)
{{{
dumpstack
}}}
----
Take a memory dump of the CrushClient (debug purposes only)
{{{
dumpmemory
}}}
Version Date Modified Size Author Changes ... Change note
12 09-Oct-2016 18:14 7.22 kB Ben Spink to previous
11 09-Oct-2016 18:14 7.006 kB Ben Spink to previous | to last
10 09-Oct-2016 18:14 6.695 kB Ben Spink to previous | to last
9 09-Oct-2016 18:14 6.7 kB Ben Spink to previous | to last
8 09-Oct-2016 18:14 6.588 kB Ben Spink to previous | to last
7 09-Oct-2016 18:14 6.139 kB Ben Spink to previous | to last
6 09-Oct-2016 18:14 5.869 kB Ben Spink to previous | to last
5 09-Oct-2016 18:14 5.697 kB Ben Spink to previous | to last
4 09-Oct-2016 18:14 5.702 kB Ben Spink to previous | to last
3 09-Oct-2016 18:14 5.731 kB Ben Spink to previous | to last
2 09-Oct-2016 18:14 5.515 kB Ben Spink to previous | to last
1 09-Oct-2016 18:14 3.131 kB Ben Spink to last
« This page (revision-12) 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
JSPWiki