| At line 74 removed 27 lines |
| Waits for active transfers to complete with the local or remote client and prints occasional statistics about in-progress transfers. |
| {{{ |
| wait |
| lwait |
| }}} |
| ---- |
| Pauses CrushClient for the specific milliseconds to impose delays in command processing. |
| {{{ |
| delay {milli seconds} |
| }}} |
| ---- |
| Prints stats about current in progress transfers one time. |
| {{{ |
| info |
| linfo |
| }}} |
| ---- |
| Aborts all in progress transfers. |
| {{{ |
| abor |
| }}} |
| ---- |
| Quits the CrushClient, aborting any in-progress transfers. |
| {{{ |
| quit |
| }}} |
| ---- |
| At line 105 removed 14 lines |
| ---- |
| Sets a variable that can be later referenced, or sets different client properties on how the client acts. |
| Example: set download_threads 10 |
| {{{ |
| 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) |
| At line 121 removed 5 lines |
| Toggles the use of FTP passive mode. |
| {{{ |
| pasv |
| }}} |
| ---- |
| At line 154 changed one line |
| The anything section is passed to the remote server directly. Applies only to FTP connections. |
| Toggles the use of FTP passive mode. |
| At line 110 added 5 lines |
| pasv |
| lpasv |
| ---- |
| The anything section is passed to the remote FTP server directly. |
| {{{ |
| At line 162 changed one line |
| mdcm /remote/path yyyyMMddHHmmss |
| mdtm /remote/path yyyyMMddHHmmss |
| At line 125 added 5 lines |
| Quits the CrushClient, aborting any in-progress transfers. |
| {{{ |
| quit |
| }}} |
| ---- |
| At line 136 added 15 lines |
| Sets a variable that can be later referenced, or sets different client properties on how the client acts. |
| Example: set download_threads 10 |
| {{{ |
| 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) |
| }}} |
| ---- |
| At line 158 added 21 lines |
| Waits for active transfers to complete with the local or remote client and prints occasional statistics about in-progress transfers. |
| {{{ |
| wait |
| lwait |
| }}} |
| ---- |
| Pauses CrushClient for the specific milliseconds to impose delays in command processing. |
| {{{ |
| delay {milli seconds} |
| }}} |
| ---- |
| Prints stats about current in progress transfers one time. |
| {{{ |
| info |
| linfo |
| }}} |
| ---- |
| Aborts all in progress transfers. |
| {{{ |
| abor |
| }}} |