webform2sftp
Categories
Component ID
2174305
Component name
webform2sftp
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
782
Component created
Component changed
Component body
Overview
This module provides the functionality to export webform submissions to a secure SFTP server.
Features
- Security: The module focuses on the integrity of the data to be exported, sending the data via secure connection (sFTP) and be possible to encrypt (PGP) the data file before sending.
- Multiple Integration: The module serves multiple webforms by separating the settings for each one.
- File data: Is basically a file containing a submission in each line, separating the field values ​​for a character of your choice, usually pipe "|".
- Schedule and automation: You can automate and schedule data exports, the Job will be executed by system cron in the time you set.
- Notification: You can configure a email to be sent when the Job executes successfully.
- Encryption: Is possible to use PGP encryption in the data file before it is sent to a sFTP.
Requirements
- This module depends of webform module.
- IMPORTANT: The module uses the PHP extension SSH2 to connect to SFTP server and PHP GnuPG extension for file PGP encryption, so installing these extensions are REQUIRED to module works, otherwise errors will occur.
