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 05-Dec-2023 05:32 Ben Spink

This page (revision-41) was last changed on 11-Mar-2024 00:37 by Ben Spink

This page was created on 05-Dec-2023 05:32 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 8 changed 2 lines
A leading "L" character instructs the client to apply the command to the local client versus to the remote client. lls would sit your current local folder, lcd changes the local folder. Only the file transfer commands do not have an "L" version. (put, get, diffput, diffget) If a path being referenced has a space in it, the path must be quoted. Example: put "some file.txt" "/some folder/my file.txt". Backslash quote escaping is permitted as well. The "local" client doesn't need to be local at all though, both clients can be remote and files can be streamed through the CrushClient. Commands can be sent into he background with a "&" at the end of them. Example:
''The single command CrushClient info can be found here: [CrushClientSingleCommand]''\\
\\
A leading "L" character instructs the client to apply the command to the local client versus to the remote client. "lls" would list your current local folder, "lcd" changes the local folder. Only the file transfer commands do not have an "L" version. (put, get, diffput, diffget) If a path being referenced has a space in it, the path must be quoted. Example: put "some file.txt" "/some folder/my file.txt". Backslash quote escaping is permitted as well. The "local" client doesn't need to be local at all though (this of it more as the "Left" side client instead of local client), both clients can be remote and files can be streamed through the CrushClient. Commands can be sent into the background with a "&" at the end of them. Example:
At line 26 changed one line
* launching can be done directly with java or with the app wrappers/
''launching can be done directly with java or with the app wrappers.''\\
Example BAT file for Windows: [https://www.crushftp.com/early10/CrushClient/CrushClient.bat]
At line 227 added 5 lines
Causes inline script to show progress on transfers
{{{
local_echo
}}}
----
At line 289 added 27 lines
Some additional PGP logic that could be done as well: [CrushClientPGP].
----
Jobs can be executed either on the remote CrushFTP server or locally if you have the "jobs" folder and specify a job name.\\
Example:
{{{
job sftp_test_copy
job remote sftp_test_copy
job status sftp_test_copy
}}}
{{{
java -jar WebInterface/CrushTunnel.jar inline_script "job sftp_test_copy;quit;"
}}}
----
CrushTunnel.jar can be used to install background services that run at machine boot for Windows/macOS.\\
{{{
service sync
service client
service tunnel
service drive
service remove sync
service remove client
service remove tunnel
service remove drive
service sync_-CustomName
service remove sync_-CustomName
}}}
Version Date Modified Size Author Changes ... Change note
41 11-Mar-2024 00:37 12.0 kB Ben Spink to previous
« This page (revision-41) was last changed on 11-Mar-2024 00:37 by Ben Spink
G’day (anonymous guest)
CrushFTP11 | What's New
JSPWiki