- Source code: ext/ftp/CMakeLists.txt
Configure the ftp
extension.
This extension provides support for File Transfer Protocol (FTP).
- Default:
OFF
- Values:
ON|OFF
Enable the extension.
- Default:
OFF
- Values:
ON|OFF
Build extension as shared.
- Default:
OFF
- Values:
ON|OFF
Explicitly enable FTP over SSL support when building without openssl extension
(PHP_EXT_OPENSSL=OFF
) or when using phpize
. If the openssl
extension is
enabled at the configure step (PHP_EXT_OPENSSL=ON
), FTP-SSL is enabled
implicitly regardless of this option.