files_external External storage support Adds basic external storage support This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file. External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation. 1.18.0 agpl Robin Appelman Michael Gapczynski Vincent Petry Files_External admin-external-storage files integration https://github.com/nextcloud/server/issues OCA\Files_External\BackgroundJob\CredentialsCleanup OCA\Files_External\Command\ListCommand OCA\Files_External\Command\Config OCA\Files_External\Command\Option OCA\Files_External\Command\Applicable OCA\Files_External\Command\Import OCA\Files_External\Command\Export OCA\Files_External\Command\Delete OCA\Files_External\Command\Create OCA\Files_External\Command\Backends OCA\Files_External\Command\Verify OCA\Files_External\Command\Notify OCA\Files_External\Settings\Admin OCA\Files_External\Settings\Section OCA\Files_External\Settings\Personal OCA\Files_External\Settings\PersonalSection