You can configure ftp servers to be used after a publish job is generated, to ftp the generated file to a given ftp server.
Use the Configure | FTP Servers menu to manage ftp server configurations. When Adding an ftp server, the following fields are available.
Field | Comment |
---|---|
ID | A unique ID for the ftp server configuration, generated by ART |
Name | A name for the ftp server configuration. This will be used in the Add Job page in the list of available ftp servers. |
Description | A description for the ftp server configuration |
Active | Whether this configuration is active or not. If it is not active, no files will be ftped for jobs that use this ftp server configuration. |
Connection Type | Whether to use FTP or SFTP |
Server | The IP address or host name of the ftp server |
Port | The ftp port of the server. You can leave this as 0 to use the default port. |
User | The ftp user to use to connect to the server |
Password | The ftp user's password |
Remote Directory | If the files are to be ftped to the user's home directory, then this field should be left blank. If the files are to be ftped to another directory, then the path should be given here, always beginning with "/" e.g. /sub-folder-a or /sub-folder-a/sub-sub-folder-b. |