FTP Destination Properties
You can use this destination component in a limited production environment or for debugging purposes. The FTP Destination configures an FTP site as the document destination. Documents are copied by batch to the receiving site as an archive.
Configure the use of the FTP Destination with:
destination.name=oracle.documaker.ecmconnector.ftpdestination. FTPDestination.Table 3-12 FTP Destination Properties
| Property | Description | Default |
|---|---|---|
| FTP Destination Properties | ||
| .server | The FTP server name. | none |
| .username | The user name needed to log onto the FTP server. | none |
| .password | The password needed to log into the FTP server. You can encrypt the password using the ~ENCRYPT function. | none |
| .base.directory | The root directory on the FTP server where files should be copied. | none |
| server.protocol.type | Identifies the communication protocol, either FTP or Secure FTP (SFTP). Default value is "FTP". | none |