> For the complete documentation index, see [llms.txt](https://doc.duaer.com/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/build/ftp.md).

# Transfer files with FTP in Duaer

In Duaer, the FTP node Protocol defaults to FTP (SFTP is available). Operation defaults to Download. The file lands on Put Output File in Field (default data).
## Download a file

1. Create an FTP or SFTP credential.
2. Search for FTP, connect it after the previous node, and select that credential.
3. Leave Protocol on FTP, or set SFTP.
4. Leave Operation on Download. Set Path to the remote path.
5. Put Output File in Field defaults to data. Select Execute step.

Operation can also be List, Upload, Delete, or Rename.

The file sits on binary. Refer to [Work with files and images in Duaer](/data/binary-data.md).
## Questions

### How is FTP different from SSH file transfer in Duaer?

The FTP node is for FTP and SFTP file operations. SSH File transfers over SSH and can also run remote commands.

