FTP connectors > FTP output connector

FTP output connector
This connector transfers files to an FTP server. TCP/IP profile and Authentication profile resources are used to specify the connection settings and logon credentials. In the TCP/IP profile resource you can also select to use a secure channel between the connector and FTP server.
 
/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
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.
<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.
Runtime specific connector settings
The <Default> options for Passive Mode and Transfer Mode means the Platform settings will be used.
 
OpenText StreamServe 5.6 Updated: 2013-03-01