SFTP
Frends templates for SFTP. SFTP is a standard network protocol used for transferring files over a network.
This Process downloads JSON file from an SFTP server, converts it to CSV format and then writes the result back to the SFTP server.
This template assumes that the following prerequisites are in place:
This Process creates new a CSV file based on data in the input JSON file. The data is written as is, without any transformations. In case when target CSV file already exists of the SFTP server it will be overwritten.
Connection to the SFTP server is retried three times before failing. Any other transient errors related to conversion process are not handled and will produce an exception.
| InFilePath | |
| OutFilePath | Output CSV file path on the SFTP server. |
| ServerAddress | |
| ServerUser | |
| ServerPassword 🗝 |