The TCP/IP profile resource that contains the connection and recovery settings for the channel between the FTP connector and FTP server. See TCP/IP profiles in the Profile configurations documentation. The Authentication profile resource that contains the logon credentials to the FTP server. See Authentication profiles in the Profile configurations documentation. /invoices/pdfout/area2
• Yes – If any of the directories in the remote path does not exist, they are created.
• No – If any of the directories in the remote path does not exist, the file is put in the undeliverables folder. $file = getdate() + "_" + $invo + ".pdf";$file You must use a file name pattern different from the filename pattern used by the receiving application. This prevents the receiving application from downloading the file before the upload is completed. When the upload is completed, the file is renamed to the name specified in File above, and the receiving application can download the file.If external files are uploaded (see External files below) all files will be uploaded, one by one, with the same temporary file name. After a successful upload, each file will be renamed to its final file name. Enables upload of external files, together with the generated output file, to the Remote directory specified.<path1>;<path2>;<path3>
• Passive – use passive mode. This mode is used when communicating through firewalls. It opens a control connection to the FTP server, tells the FTP server to expect a control connection and a second connection. Then it opens the data connection to the FTP server on a randomly chosen high-numbered port. This works with most firewalls unless the firewall restricts outgoing connections on high-numbered ports.
• Active – use active mode.
• ASCII – use ASCII, Type A, transfer method. Control and formatting data is converted to local equivalents.
• Binary – use FTP Image, Type I, transfer method. The file is transferred without any changes.
• If you use a variable to override the Platform setting for the TCP/IP Profile resource or the Authentication Profile resource, you must make sure the resource name only contains the following characters:
–
–
– "-" (hyphen)Uppercase letters (A-Z) are replaced with lowercase letters (a-z) in the URI. All other characters are replaced by "-" (hyphen).
• The <Default> options for Passive Mode and Transfer Mode means the Platform settings will be used.
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |