Activities
The following table lists the activities that are included in the FTP activity package.
| Activity | Description |
|---|---|
| Delete File or Folder | Removes a specified file from an FTP server. |
| Directory Exists | Checks whether a certain directory exists on an FTP server. |
| Download Files | Downloads the specified files from an FTP server to the specified local folder. |
| Enumerate Objects | Generates a DataTable variable that contains a list comprising the files found at the specified FTP server path. |
| File Exists | Checks whether a certain file exists in the specified FTP directory. |
| Move File or Folder | Moves an item on an FTP server to a different remote path. |
| Upload Files | Uploads a file to an FTP server. |
| Use FTP Connection | A container which handles the connection to the FTP server and provides a scope for all the FTP activities. |