Skip to content

SFTP Create Directory

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

Create a folder on the SFTP server. Useful for preparing the target structure before uploading files.

Create the remotePath folder on the server.

ParameterEditorDescription
remotePathexpressionPath of the remote folder to create.
ParameterEditorDescription
sessionsessionSFTP Connect session. Within a body it is inherited.

Secure the destination folder before uploading:

SFTP Create Directory remotePath = = "/entrada/" + today().ToString("yyyy-MM")
SFTP Upload localPath = = ruta remotePath = = "/entrada/" + today().ToString("yyyy-MM") + "/datos.csv"