# Server Operations

### Send Command

Sends a command to the FTP Server.

| Parameter    | Description                                     |
| ------------ | ----------------------------------------------- |
| Send Command | Command to send. Send NOOP for a dummy message. |

**Output**: Single value, text. Returns a error code.

**Since**: 6.3

### Clear Command Channel

Clears command channel encryption state, turning off SSL/TLS encryption.

| Parameter            | Description                              |
| -------------------- | ---------------------------------------- |
| Graceful SSL Closure | Send closure notification to the server. |

**Output**: No output.

**Since**: 6.3

### Get Server System

Get server system operating system.

| Parameter | Description |
| --------- | ----------- |

**Output**: Single value, text.

**Since**: 6.3
