Download file as byte array
Downloads a file from an FTP / SFTP directory into memory as a byte array.

Example 
This flow downloads an invoice as a PDF file from an FTP server, converts it to a editable Word document (.docx), and uploads the converted file back to the server in a different folder for further editing or approval.
Properties
| Name | Required | Description |
|---|---|---|
| Title | No | The title of the action. |
| Connection | Yes | Select a connection to the FTP or SFTP server where the file is located. |
| File name | Yes | Select or enter the name of the file to download. |
| Directory path | No | Select or enter the directory to download from. |
| Return variable name | Yes | Name of the variable containing the downloaded file. |
| Description | No | Additional notes or comments about the action or configuration. |