Utility Actions
SMB Utilities
Manage files and directories on remote SMB shares.
All SMB actions require an SMB connection. For setup instructions, refer to the SMB integration page.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage files and directories on remote SMB shares.
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Directory Path | The directory path to create within the SMB share. For example - Documents/NewFolder.Note: The parent directory must exist before executing the action. |
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Remote File Path | The file path within the SMB share to download. For example - Documents/report.txt. |
| Local File Path | The destination file path to save to within the working directory. For example - report.txt.Note: If the local file path contains directories, those directories must exist otherwise the file won’t be downloaded. |
| Working Directory | The directory where the downloaded file will be saved. The filesystem state is preserved across steps using this directory, ensuring that files and changes persist for continuity. For more information, refer to the Create Working Directory action documentation for guidance on setting up and selecting working directories. |
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Directory Path | The directory path within the SMB share to list. Leave empty to list the SMB share root. For example - Documents. |
| Filter | A pattern to filter the listed files and folders, leave empty to list all. For example - *.txt to list only text files, or report* to list files or directories starting with “report”. |
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Directory Path | The directory path to remove within the SMB share. For example - Documents/OldFolder.Note: To remove a non-empty directory, the Recursive Delete checkbox must be enabled. |
| Recursive Delete | Select to remove the directory recursively. Note: When selected, all files and subdirectories within the specified path will be deleted. |
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Remote File Path | The file path within the SMB share to delete. For example - Documents/report.txt. |
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Current File Path | The current file path within the SMB share. For example - Documents/old_name.txt. |
| New File Path | The new file path within the SMB share. For example - Documents/new_name.txt. |
| Parameter | Description |
|---|---|
| SMB Share Name | The name of the SMB share. For example - SharedFolder. |
| Remote File Path | The destination file path within the SMB share. For example - Documents/report.txt. |
| File Path | The path of the file to upload. |
| Working Directory | The directory where the file is located. The filesystem state is preserved across steps using this directory, ensuring that files and changes persist for continuity. For more information, refer to the Create Working Directory action documentation for guidance on setting up and selecting working directories. |
Was this page helpful?