> For the complete documentation index, see [llms.txt](https://docs.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients.md).

# Using SFTP Clients

- [OpenSSH SFTP](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/openssh-sftp.md): Learn how to use the default SFTP client in Linux and Unix operating systems
- [How to use SFTP with Cyberduck](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/how-to-use-sftp-with-cyberduck.md): Cyberduck is another popular open-source file transfer client, similar to FileZilla. Learn how to connect to an SFTP server with Cyberduck in this simple walkthrough.
- [How to use SFTP with FileZilla](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/how-to-use-sftp-with-filezilla.md): Learn how to connect to an SFTP server with Filezilla in this simple walkthrough
- [Using SFTP with Golang](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/using-sftp-with-golang.md): Learn how to use SFTP with Golang, a popular programming language.
- [Using Python with SFTP](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/using-python-with-sftp.md): Learn how to use Python with SFTP
- [Using SFTP with Java](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/using-sftp-with-java.md): Learn about connecting to an SFTP server and Couchdrop with Java.
- [Using SFTP with Bash](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/using-sftp-with-bash.md): Learn how to use SFTP in a bash script.
- [Using SCP](https://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients/using-scp.md): Learn about SCP and using it to upload and download files


---

# 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://docs.couchdrop.io/walkthroughs/sftp-recipes/using-sftp-clients.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.
