Skip to main content

FTP

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.

Input parameters​

SectionParametersUsageMandatory
FTP configurationUsernameFTP userNo
PasswordFTP passwordNo
FTP serverHostname or IP of the serverYes
File pathPath to the folder.Yes
File nameName of the file to readYes

Response parameters​

ParameterContent
file_nameName of the file
file_base64Content 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.

Input parameters​

SectionParametersUsageMandatory
FTP configurationUsernameFTP userNo
PasswordFTP passwordNo
FTP serverHostname or IP of the serverYes
File pathPath to the folder.Yes
File nameName of the file to uploadYes
Output formatFormat of the output fileSelect JSON or XML to upload the datarecord in that formatNo

Response parameters​

ParameterContent
*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.

Input parameters​

SectionParametersUsageMandatory
FTP configurationUsernameFTP userNo
PasswordFTP passwordNo
FTP serverProtocol and hostname or IP of the serverYes
File pathPath to the folder (absolute path always needed for sftp protocol)Yes
File nameName of the file to uploadYes
Output formatFormat of the output fileSelect JSON or XML to upload the datarecord in that formatNo

Response parameters​

ParameterContent
*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.

Input parameters​

SectionParametersUsageMandatory
GeneralHTML contentThe HTML content to useYes
FTP configurationUsernameFTP userNo
PasswordFTP passwordNo
FTP serverProtocol and hostname or IP of the serverYes
File pathPath to the folderYes
File nameName of the file to uploadYes

Response parameters​

ParameterContent
*Contains the response of the server (sometimes empty if the transmission was ok)