mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
SFTP requires the [gmp extension] #278
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paulobeneton on 2/1/2024
CloudPanel version(s) affected
2.3.2
Description
I noticed that when PHP is compiled, this extension is not.
It is responsible for allowing the connection via SFTP.
Unsupported storages:
How to reproduce
I use the duplicator plugin to make backups, when creating the backup location, it does not allow configuring SFTP because this extension is missing.
Possible Solution
When installing cloudpanel, let this extension be compiled together with php.
Additional Context
No response