Create a document from a form submission and ftp it to a specified server
Options
Host - Hostname or IP of server to ftp to. Do not prepend ftp://. May use Placeholders.
Port - FTP port, leave blank for default (21). May use Placeholders.
Directory - Directory to chdir to after login. May use Placeholders
Username - Username to login as. May use Placeholders.
Password - Password to login with. May use Placeholders.
Template - Templates can be created in ./plugins/fabrik_form/ftp/tmpl either as php or html files. If none selected a default plain text template will be used. HTML files use Placeholders
Article Template - Select a Joomla article to use as your template, in addition or instead of the PHP/HTML template. Placeholders e.g. {tablename___elementname} will be replaced with the Forms data. If selected instead of a PHP/HTML template then the content of the article will be used. If selected as well as a PHP/HTML template then the content of this article will be available in the template by using the placeholder {content}
Filename - Filename to use for storing the file on the remote server as. Can be plain text, or evaluated as a PHP expression. Can use Placeholders. If left blank, filename will be generated with the format fabrik_ftp_XXXXXX.txt, where XXXXX is a long MD5 generated string.
Eval Filename - Should the content of filename be evaluated as a PHP statement.
Condition - If set then PHP code should be supplied returning either true (the plugin should run) or false (the plugin is not run)