# Introduction

HTTP over SFTP is intended for developers and system administrators who need to integrate SFTP file transfer capabilities without needing to rely on a dedicated SFTP library and instead use familiar http requests.

### Key Features:

* **SFTP-HTTP Bridge**: Enables the execution of SFTP commands through HTTP requests, integrating the secure file transfer protocol within web-based environments.
* **API for Developers**: The service offers a straightforward RESTful API, designed for ease of use in a wide range of programming environments.
* **Scalability**: The architecture of the service is built to handle varying workloads, making it suitable for both small-scale and large-scale file transfer needs.

This README outlines the setup process, detailed API documentation, and guidelines for integrating the service into your existing infrastructure.


---

# 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://docs.sftpoverhttp.com/readme.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.
