> For the complete documentation index, see [llms.txt](https://docs.antsle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsle.com/system/secure-ftp-sftp-access.md).

# Secure FTP (SFTP) Access

### Good News! <a href="#good-news" id="good-news"></a>

As of antman 0.5.0, you have SFTP access to your Antsle and each antlet by default! Just use any FTP client such as the popular [FileZilla](https://filezilla-project.org/)!

### SFTP to the Antsle <a href="#sftp-to-the-antsle" id="sftp-to-the-antsle"></a>

Just use the credentials shown in the table below. You can use FileZilla's QuickConnect function.

| **Field** | **Value**                          |
| --------- | ---------------------------------- |
| Host:     | {antsle domain name or IP address} |
| Username: | root                               |
| Password: | {yourpassword}                     |
| Port:     | 22                                 |

![](/files/-M-BctjLZQktuQJEvkN_)

Filezilla: When the SFTP protocol is chosen the port will default to 22 unless a different port number is entered. See example below.

### SFTP to a specific antlet <a href="#sftp-to-a-specific-antlet" id="sftp-to-a-specific-antlet"></a>

Note: if you [configured a bridged virtual NIC](/networking/bridge.md), the following method will not work. You can SFTP directly to the IP address configured on the bridged interface.

To access antlet with IP address 10.1.1.12, use these credentials:

| Field     | Example antlet 10.1.1.12 | antlet 10.1.1.{num}    |
| --------- | ------------------------ | ---------------------- |
| Host:     | sftp\://myantsle.local   | sftp\://myantsle.local |
| Username: | root                     | root                   |
| Password: | {yourpassword}           | {yourpassword}         |
| Port:     | 22012                    | 22000 + {num}          |

![](/files/-M-Bcw_RIN0yvYnsaaBc)

Enjoy!


---

# 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:

```
GET https://docs.antsle.com/system/secure-ftp-sftp-access.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.
