wacon / filetransfer
TYPO3 Extension to send downloadables via email secury and privacy complaint.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >= 8.1 < 8.4
- typo3/cms-backend: ^12.4 || ^13.3
- typo3/cms-core: ^12.4 || ^13.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52.1
- phpunit/phpunit: ^10
- typo3/cms-composer-installers: ^5.0
- typo3/cms-install: ^12.4 || ^13.3
- typo3/coding-standards: ^0.7.1
- typo3/testing-framework: ^8
README
The filetransfer extension enables the secure transfer of files from your own web server ("on-premise"). This eliminates the need for email transfers, which can be challenging for large files and pose security risks for sensitive data. As an alternative to WeTransfer, organizations can use this extension to present themselves in a particularly security-conscious and professional manner.
More information (in German only): https://www.wacon.de/typo3-service/filetransfer.html
2 Usage
2.1 Installation
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
2.2 Installation with composer
composer req wacon/filetransfer
Recommended settings
- Use a separate file storage and set subfolder and id inside TypoScript (plugin.tx_filetransfer.settings), see TypoScript Browser
- Use for Apache server our example .htaccess file to block direct file access.
- Don't make the upload page public available and use frontend login
3 Todos
- Upload Form Server Validation
- Prefill form with logged in user data
- Extend fe_user to set its own signature
4 Changelog
see CHANGES.md