> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/build/ftp.md).

# 在 Duaer 里用 FTP 传文件

在 Duaer 里，FTP 节点 Protocol 默认是 FTP（也可选 SFTP）。Operation 默认 Download；下载结果写到 Put Output File in Field（默认 data）。
## 下载一个文件

1. 建好 FTP 或 SFTP 凭据。
2. 搜索 FTP，接到上一个节点后面，选凭据。
3. Protocol 保持 FTP，或改成 SFTP。
4. Operation 保持 Download。Path 填远程路径。
5. Put Output File in Field 默认是 data。点执行此步骤。

Operation 还可以是 List、Upload、Delete、Rename。

文件在 binary 上。总览见 [在 Duaer 里使用文件和图片](/zh/data/binary-data.md)。
## Questions

### Duaer 的 FTP 和 SSH 文件传输有什么不同？

FTP 节点专做 FTP/SFTP 文件操作。SSH 的 File 资源是经 SSH 传文件，并还能跑远程命令。

