# Check SFTP File Exists

![Check SFTP file exists Node](https://app.does.qa/screenshots/node/check_sftp_fileExist.png)

## Basic Configuration

### Connection

| Field    | Configuration                                   |
| -------- | ----------------------------------------------- |
| URL      | Text &/or [Values](https://docs.does.qa/values) |
| Port     | `22` (default)                                  |
| User     | Text &/or [Values](https://docs.does.qa/values) |
| Password | Text &/or [Values](https://docs.does.qa/values) |

### File

| Field         | Configuration                                   |
| ------------- | ----------------------------------------------- |
| File Location | Text &/or [Values](https://docs.does.qa/values) |

***

## Advanced Configuration

| Field          | Configuration                                                          |
| -------------- | ---------------------------------------------------------------------- |
| Status on fail | [Failed Status](https://docs.does.qa/node-configuration/failed-status) |

***

## Related Nodes

* [Check SFTP file exists](https://docs.does.qa/test-steps/check/check-sftp-file-exists)
* [Check SFTP file does not exist](https://docs.does.qa/test-steps/check/check-sftp-file-does-not-exist)
* [Check SFTP file count](https://docs.does.qa/test-steps/check/check-sftp-file-count)

***

**Tags:** `check`, `sftp`, `fileExist`


---

# 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.does.qa/test-steps/check/check-sftp-file-exists.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.
