storage_backend_sftp
This module adds SFTP support to the storage backend system in Odoo, enabling storage and retrieval of data from SFTP servers.
Key Features
- storage.backend: Supports SFTP as a backend type for file storage.
- storage: Provides SFTP authentication using password or SSH private key.
- storage: Allows configuration of SFTP server host and port.
- storage: Enables uploading files to SFTP server.
- storage: Enables downloading files from SFTP server.
- storage: Supports listing files on SFTP server.
- storage: Allows moving files on SFTP server.
- storage: Enables deleting files from SFTP server.
- storage: Validates SFTP connection configuration.