Destination details for instances sent to an FTP server.
Column Name |
Data Type |
Description |
---|---|---|
DESTINATIONS_ID |
int |
Foreign key to DESTINATIONS.ID |
OBJECT_ID |
int |
Foreign key to DOCUMENTS.ID |
PASSWORD |
varchar |
Password used for the ftp server |
PORT |
int |
Port used for the ftp server |
SERVERNAME |
varchar |
Server name of the FTP server where the instance is sent to |
USERNAME |
varchar |
Username used to log onto the FTP server |
See also