SFTP Close
SFTP Close
Section titled “SFTP Close”Type: sftp-close · Package: SFTP Activities v1.0.0
Close an SFTP session and release the connection. Required when you log in with SFTP Connect without body.
How it works
Section titled “How it works”Close the connection associated with the session. After this, the session can no longer be used.
Required parameters
Section titled “Required parameters”Ninguno.
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | The session returned by SFTP Connect. |
Example
Section titled “Example”SFTP Connect host = "sftp.x.com" username = "zoan" password = = credential("sftp") → output: sftpSFTP Upload session = = sftp localPath = = ruta remotePath = "/entrada/datos.csv"SFTP Close session = = sftpRelated activities
Section titled “Related activities”- SFTP Connect — open the connection.