# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.novacuraflow.com/connectors/areas/communication/ftp/server-operations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
