Help Centre › Building Processes
This article describes the RPA FTP functionality to create a directory on a remote server.
For a full list of available functions, please read FTP functions.
Description
The Create directory function creates a new directory on the remote server at the specified path.
Setting it up
To use the Create directory function, follow these instructions:
{{popups:rpas/add:action=ftp-mkdir}}
Once on a process map:
- Navigate to the process where you would like to add the Create directory function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the FTP Create directory option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Name | Yes | Text | - | The name of the FTP connection to use |
| Path | Yes | Text | - | The path of the directory to create on the remote server |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Connection not found | No connection exists with the specified name |
| Permission denied | Insufficient permissions to create the directory |
Tips
- The parent directory must already exist
- Use ftp-exists to check if the directory already exists before creating