Error: SFTP Extension Is Not Available
Fix ext-ssh2 errors by aligning Apache and CLI PHP runtime modules and ini files.
Meaning
DailyBkup cannot use SFTP provider until PHP SSH2 extension is enabled in the active runtime.
Typical Cause
- Apache and CLI are using different PHP binaries.
- Extension enabled in one ini, disabled in another.
Diagnostics
CLI Checks
php -v
php --ini
php -m | findstr /I ssh2
Verify module presence in both web and CLI runtime before retesting provider setup.