- Documentation
- Activities
- Remote File Transfer
- Connect to FTP Server
Connect to a remote file server for transfers
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Host ftpHost | string | Required | — | — |
Port ftpPort | number | Optional | 21 | — |
Username ftpUsername | string | Optional | — | — |
Password ftpPassword | password | Optional | — | — |
Connection Type ftpSecure | enum | Optional | ftp | —ftpftpssftp |
Timeout (seconds) ftpTimeout | number | Optional | 30 | — |
Output
FTPConnectionObjectFTP connection object
idStringtypeStringhostStringconnectedBoolean
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Delete File
Delete a file from the remote server
Delete Folder
Delete a folder from the remote server
Directory Exists
Check if a directory exists on the remote server
Disconnect from FTP
Close the connection to the remote server
Download Files
Download files from the remote server
File Exists
Check if a file exists on the remote server