fetch_sftp_file
No security coverage
The Fetch SFTP File module provides a secure way for Drupal to access files stored on a remote SFTP server. Instead of importing or storing files locally, the module connects to a configured remote directory and retrieves file information or content when needed.
This approach is useful for integrations where files must remain on an external system while still being available to Drupal for processing, validation, or display.
Features
- Secure SFTP connection to a remote server
- Configuration of a dedicated remote directory
- Access to files stored in the configured location
- On-demand retrieval of file contents
- Service-based architecture for easy integration
- Support forcustom controllers and business logic
Configuration
After installing the module, configure the connection settings at: /admin/structure/fetch-sftp-file
Required Settings
- SFTP host
- Username
- Password
- Port
- Remote directory path
Dependencies
phpseclib/phpseclib(installed automatically through Composer)
Use Cases
- Reading files generated by external systems
- Processing remote data feeds
- Integrating Drupal with enterprise file repositories
- Accessing documents without duplicating storage in Drupal