Automated Build Studio Operations - FTP Category
The FTP category includes the following operations:
| Operations | Description |
| Connect To FTP | Connects to an FTP server. |
| Create FTP Directory | Creates a new folder on the FTP server. |
| Delete FTP File | Delete a file on the FTP server. |
| Disconnect From FTP | Disconnects from an FTP server. |
| Download File(s) From FTP | Downloads the specified file(s) from the FTP server. |
| FTP File Enumerator | Obtains a list of files of the current directory of
the FTP server and performs child operation for each
file in the list. |
| Get Current FTP Directory | Obtains the name of the current directory on the FTP
server. |
| Get FTP File Size | Obtains the size of the specified file that is located
on the FTP server. |
| If FTP Directory Exists | Performs the child operation(s) if the specified directory exists on the FTP server. |
| If FTP File Exists | Performs the child operation(s) if the
specified file exists on the FTP server. |
| List Current FTP Directory | Saves the contents of the current directory
on the FTP server to a variable. |
| Remove FTP Directory | Deletes the specified directory on the FTP server. |
| Rename FTP File | Renames the specified file on the FTP server. |
| Set Current FTP Directory | Specifies the current directory on the FTP server. |
| Synchronize Directories | Synchronizes the contents of a local directory and the directory on a FTP server. |
| Up One Level | Change the current directory on the FTP server to its
parent directory. |
| Upload File(s) to FTP | Uploads the specified file(s) to the FTP server. |