Help Centre › Building Processes
This article describes the RPA FTP functionality to disconnect from a remote server.
For a full list of available functions, please read FTP functions.
Description
The Disconnect function closes a connection to a remote server. You can close a specific named connection or omit the name to close all open connections.
Setting it up
To use the Disconnect function, follow these instructions:
{{popups:rpas/add:action=ftp-disconnect}}
Once on a process map:
- Navigate to the process where you would like to add the Disconnect 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 Disconnect option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Name | No | Text | - | The name of the connection to close. Omit to close all connections. |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Connection not found | No connection exists with the specified name |
Tips
- Omit the name parameter to close all open FTP connections at once
- Always disconnect when done to free server resources