|
|
|
|
|
|
|
/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.
|
|
|
•
|
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.
|
|
The <Default> options for Passive Mode and Transfer Mode means the Platform settings will be used.