FTP form plugin

  • Views Views: 9,974
  • Last updated Last updated:

Navigation

         Form Article Plugin Tutorial
      Autofill form plugin
      Clone form plugin
      Comment form plugin
      Email form plugin
      EXIF form plugin
      FTP form plugin
      J2store form plugin
      Kunena form plugin
      Limit form plugin
      Logs form plugin
      Mailchimp form plugin
      Paginate form plugin
      Paypal form plugin
      PHP form plugin
      Pingdotfm form plugin
      Receipt form plugin
      Redirect form plugin
      REST form plugin
      Slack form plugin (+)
      SMS form plugin
      Twitter form plugin
      Upsert form plugin
      VBforum form plugin
      Create a Search Form
      Accordion Form Groups
  • Introducton​


    Create a document from a form submission and ftp it to a specified server

    Options​

    ftp-connection.png

    • 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.
    ftp-file.png

    • 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.

    ftp-options.png

    • Condition - If set then PHP code should be supplied returning either true (the plugin should run) or false (the plugin is not run)
Back
Top