SendCommand
Executes a raw FTP command directly against the server, providing flexibility for advanced operations not covered by standard stored procedures.
Input
| Name | Type | Required | Description |
| Command | String | True | The raw FTP command text to be sent directly to the connected server for execution. |
Result Set Columns
| Name | Type | Description |
| Response | String | The message or data returned by the server after processing the command, which can include success confirmation or error details. |