SFTP Upload
SFTP Upload
Section titled “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.
How it works
Section titled “How it works”Copy the file from localPath (your machine) to remotePath (the server, including the file name).
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
localPath | expression | Path of the local file to upload. |
remotePath | expression | Destination path on the server (with file name). |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | SFTP Connect session. Within a body it is inherited. |
Example
Section titled “Example”SFTP Upload localPath = = "C:/salida/factura_" + numero + ".xml" remotePath = = "/entrada/factura_" + numero + ".xml"Related activities
Section titled “Related activities”- SFTP Download — the reverse operation.
- SFTP Exists / SFTP Create Directory — prepare the destination.