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 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
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