Cortex API 2.16.0
February 18, 2022
New Features
The following new features are available in this release.
Cortex FTPS Script Module
Added FTPS script module with the following specifications:
create- create FTP client instanceconnect- connects an FTP client instance to a remote FTP serverhost- string - FTP server hostname (or IP address). Default: 'localhost'port- number - FTP server port. Default: 21username- string - Username for authentication. Default: 'anonymous'password- string - Password for authentication. Default: 'anonymous@'secure- mixed - Always set to true for control and data encryptionsecureOptions- object - Additional options to be passed totls.connect(). Default: (none)connTimeout- number - How long (in milliseconds) to wait for the control connection to be established. Default: 10000pasvTimeout- number - How long (in milliseconds) to wait for a PASV data connection to be established. Default: 10000keepalive- number - How often (in milliseconds) to send a 'dummy' (NOOP) command to keep the connection alive. Default: 10000
list- list the contents of a remote directoryget- download data from the serverput- upload data to the servermkdir- create a new directory on the serverdelete- delete a file on the serverrename- rename a file on the serverchmod- change file permissionsclose- close the connection with the server
Improvements
The following improvements are available in this release.
New addOutput options
We added an options parameter to the addOutput method in the Renderer scripting module.
There are no HTML output options.
CSV output options
column delimiters
,- comma;- semicolon|- vertical line
line delimiters
- carriage return
\n- new line\n- both
PDF output options
inputmediapage-sizepage-marginpdf-profilepdf-langtagged-pdfno-artificial-fontsno-embed-fontsno-subset-fontsforce-identity-encodingno-compressno-object-streamspdf-titlepdf-subjectpdf-authorpdf-keywordspdf-creatorencryptkey-bitsuser-passwordowner-passworddisallow-printdisallow-copydisallow-annotatedisallow-modify
You can refer to the Prince command-line documentation for more details on these options.
Resolved items
There are no resolved items in this release.
Last updated
Was this helpful?