Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
png
crushclient.png 214.2 kB 1 25-Feb-2021 07:39 Ben Spink

This page (revision-40) was last changed on 11-Aug-2022 11:21 by Ben Spink

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 11 changed one line
Different ways to start CrushClient. If started with a script, no input will be taken, all input will be read line by line from the script as if you were physically typing it.
Different ways to start CrushClient. If started with a script, no input will be taken, all input will be read line by line from the script as if you were physically typing it. Don't forget the quit command at the end or the client will wait indefinitely for more input... A script is typically ended with two lines. wait, then quit.
At line 27 added 2 lines
reput /local/file/path [remote file path]
appe /local/file/path [remote file path]
At line 28 changed one line
Transfers file/directory from local client to remote client. Example: put test.txt or put test.txt test_remote.txt or put /folder/test.txt file.txt or put /folder/test.txt /remote/test.txt
Transfers file/directory from local client to remote client. Example: put test.txt or put test.txt test_remote.txt or put /folder/test.txt file.txt or put /folder/test.txt /remote/test.txt\\
reput will resume the put based on the size of the remote item.\\
appe will start appending the current file to the target file.
At line 41 added one line
reget /remote/file/path [local file path]
At line 38 changed one line
Transfers file/directory from remote client to local client. Example: get test.txt or get test.txt test_local.txt or get /folder/test.txt file.txt or get /folder/test.txt /local/test.txt
Transfers file/directory from remote client to local client. Example: get test.txt or get test.txt test_local.txt or get /folder/test.txt file.txt or get /folder/test.txt /local/test.txt\\
reget will resume the download based on the target file's size.
At line 105 added 72 lines
{{{
set param value
Param list:
download_threads (default = 0 which is unlimited)
upload_threads (default = 0 which is unlimited)
skip_modified_and_size (default is true)
skip_modified (default is false, ignored if skip_modified_and_size is true)
skip_size (default is false, ignored if skip_modified is true or skip_modified_and_size is true)
keep_date (default is true)
multithreaded (default is true)
}}}
Sets a variable that can be later referenced, or sets different client properties on how the client acts.
Example: set download_threads 10
{{{
pasv
}}}
Toggles the use of FTP passive mode.
{{{
cd
cwd
lcd
lcwd
}}}
Changes the current working directory for the local or remote client.
{{{
pwd
lpwd
}}}
Prints the current working directory for the local or remote client.
{{{
mkd /remote/path
lmkd /local/path
}}}
Creates a new folder.
{{{
rename /remote/path1 /remote/path2
mv /remote/path1 /remote/path2
lrename /local/path1 /local/path2
lmv /local/path1 /local/path2
}}}
Renames an item, both must be specified in the command for source and destination.
{{{
quote anything
lquote anything
}}}
The anything section is passed to the remote server directly. Applies only to FTP connections.
{{{
mdcm /remote/path yyyyMMddHHmmss
lmdtm /local/path yyyyMMddHHmmss
}}}
Sets the modified date to the specified time.
{{{
config param value
lconfig param value
}}}
Sets a configuration parameter on the client. Undocumented for now, use the UI in CrushFTP to setup a config on a connection item and then view the raw XML for the config param it configured.
{{{
queue {id} add command
queue {id} reset
queue {id} run
}}}
Queues up commands in a list so they can later on be executed. Built a list of file transfers to do in a queue, then run it with the execute command. Useful for scripting load to the server.
Version Date Modified Size Author Changes ... Change note
40 11-Aug-2022 11:21 11.667 kB Ben Spink to previous
39 20-May-2022 02:07 11.587 kB Ben Spink to previous | to last
38 19-May-2022 05:40 11.27 kB Ben Spink to previous | to last
37 05-Nov-2021 09:49 11.197 kB Ben Spink to previous | to last
36 05-Nov-2021 09:49 11.193 kB Ben Spink to previous | to last
35 05-Nov-2021 09:49 11.19 kB Ben Spink to previous | to last
34 27-Aug-2021 07:08 11.106 kB Ben Spink to previous | to last
33 27-Aug-2021 07:08 11.106 kB Ben Spink to previous | to last
32 12-Jul-2021 03:52 11.032 kB Ben Spink to previous | to last
31 09-Jul-2021 07:10 10.936 kB Ben Spink to previous | to last
30 09-Jul-2021 07:10 10.934 kB Ben Spink to previous | to last
29 09-Jul-2021 07:07 10.532 kB Ben Spink to previous | to last
28 09-Jul-2021 07:06 10.532 kB Ben Spink to previous | to last
27 17-Jun-2021 02:30 10.453 kB Ben Spink to previous | to last
26 17-Jun-2021 02:30 10.451 kB Ben Spink to previous | to last
25 25-Feb-2021 07:39 10.026 kB Ben Spink to previous | to last
24 25-Feb-2021 07:38 9.997 kB Ben Spink to previous | to last
23 29-Dec-2020 05:25 9.804 kB Ben Spink to previous | to last
22 29-Dec-2020 05:25 9.742 kB Ben Spink to previous | to last
21 29-Dec-2020 05:25 9.446 kB Ben Spink to previous | to last
« This page (revision-40) was last changed on 11-Aug-2022 11:21 by Ben Spink
G’day (anonymous guest)
CrushFTP10 | What's New
JSPWiki