> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/release-information/connector-services/sftp-connector/2.1.0.md).

# 2.1.0

[**SFTP Connector**](/connectors/areas/communication/sftp.md) **Release Notes - Version 2.1.0**

The SFTP Connector is now more customizable, has an improved admin user interface, and has increased security with key exchange algorithms.

**What's New**

* **Key Exchange Algorithms Added to Communication Settings:** In our mission to make your SFTP connections more secure and efficient, we've added an array of key exchange algorithms to the communication settings. You can choose from a wide range of options including variations of Diffie-Hellman (DH), RSA, Elliptic Curve Diffie-Hellman (ECDH), Curve25519 and Curve448, and GSS (Generic Security Services).<br>

  <figure><img src="https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2FEdyXbZuNpt5J45lcr4wB%2Fchrome_Tafn8deHPc.png?alt=media&amp;token=a014d8b4-9509-4d62-8c4b-36edd7d8b93c" alt=""><figcaption></figcaption></figure>
* **UI Improvements to the Admin Web User Interface:** In response to your feedback, we've given our admin web user interface a facelift. We have made improvements to enhance the user experience, making it more intuitive and easier to navigate. This should make administering and monitoring your SFTP connectors simpler and more efficient.

**Minor Updates**

Alongside these major updates, we've implemented several smaller improvements and bug fixes to improve the overall performance and stability of the [SFTP Connector](/connectors/areas/communication/sftp.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.novacuraflow.com/release-information/connector-services/sftp-connector/2.1.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
