storage_backend_ftp
This module provides FTP storage backend functionality for Odoo, enabling the storage and retrieval of files using FTP servers.
Key Features
- storage.backend: Adds FTP as a selectable backend type for storage configurations.
- storage.backend: Provides configuration fields for FTP server details including host, port, encryption methods, security options, login credentials, and passive mode settings.
- ftp: Implements file upload functionality to FTP servers with automatic directory creation.
- ftp: Implements file download functionality from FTP servers.
- ftp: Supports listing files in FTP directories.
- ftp: Allows moving files between FTP locations with conflict resolution.
- ftp: Enables deletion of files from FTP servers.
- ftp: Validates FTP server configurations by testing connections.
- storage.backend: Includes a user interface for configuring FTP backend settings in the storage backend form.