FTP tool Is used to interact with FTP.
Read a remote file​
This function allows us to read the content of a file hosted in an FTP server.
Section | Parameters | Usage | Mandatory |
---|
FTP configuration | Username | FTP user | No |
Password | FTP password | No |
FTP server | Hostname or IP of the server | Yes |
File path | Path to the folder. | Yes |
File name | Name of the file to read | Yes |
Response parameters​
Parameter | Content |
---|
file_name | Name of the file |
file_base64 | Content of the file |
Upload Datarecord by FTP​
This function allows us to upload a data record to an FTP server. The data record will contain all the information
that it has at the point this function is found in the flow.
Section | Parameters | Usage | Mandatory |
---|
FTP configuration | Username | FTP user | No |
Password | FTP password | No |
FTP server | Hostname or IP of the server | Yes |
File path | Path to the folder. | Yes |
File name | Name of the file to upload | Yes |
Output format | Format of the output file | Select JSON or XML to upload the datarecord in that format | No |
Response parameters​
Parameter | Content |
---|
* | Contains the response of the server (sometimes empty if the transmission was ok) |
Upload File by FTP​
This function allows us to upload any file to an FTP server.
Section | Parameters | Usage | Mandatory |
---|
FTP configuration | Username | FTP user | No |
Password | FTP password | No |
FTP server | Protocol and hostname or IP of the server | Yes |
File path | Path to the folder (absolute path always needed for sftp protocol) | Yes |
File name | Name of the file to upload | Yes |
Output format | Format of the output file | Select JSON or XML to upload the datarecord in that format | No |
Response parameters​
Parameter | Content |
---|
* | Contains the response of the server (sometimes empty if the transmission was ok) |
Upload HTML Content​
This function allows us to upload any file to an FTP server.
Section | Parameters | Usage | Mandatory |
---|
General | HTML content | The HTML content to use | Yes |
FTP configuration | Username | FTP user | No |
Password | FTP password | No |
FTP server | Protocol and hostname or IP of the server | Yes |
File path | Path to the folder | Yes |
File name | Name of the file to upload | Yes |
Response parameters​
Parameter | Content |
---|
* | Contains the response of the server (sometimes empty if the transmission was ok) |