Skip to content

SFTP Upload

Type: sftp-upload  ·  Package: SFTP Activities v1.0.0

Upload a file from your machine to the SFTP server. To deliver results to an external system: send a batch of invoices, a generated report, an exchange file.

Copy the file from localPath (your machine) to remotePath (the server, including the file name).

ParameterEditorDescription
localPathexpressionPath of the local file to upload.
remotePathexpressionDestination path on the server (with file name).
ParameterEditorDescription
sessionsessionSFTP Connect session. Within a body it is inherited.
SFTP Upload localPath = = "C:/salida/factura_" + numero + ".xml" remotePath = = "/entrada/factura_" + numero + ".xml"