Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
ftp /
Delete
Unzip
Name
Size
Permission
Date
Action
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
33
B
-rw-rw-r--
2022-10-31 11:36
config.m4
808
B
-rw-rw-r--
2022-10-31 11:36
config.w32
347
B
-rw-rw-r--
2022-10-31 11:36
ftp.c
45.33
KB
-rw-rw-r--
2022-10-31 11:36
ftp.h
8.79
KB
-rw-rw-r--
2022-10-31 11:36
php_ftp.c
40.73
KB
-rw-rw-r--
2022-10-31 11:36
php_ftp.h
2.6
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
PHP_ARG_ENABLE([ftp], [whether to enable FTP support], [AS_HELP_STRING([--enable-ftp], [Enable FTP support])]) dnl TODO: Rename this option for master. PHP_ARG_WITH([openssl-dir], [whether to explicitly enable FTP SSL support], [AS_HELP_STRING([[--with-openssl-dir]], [FTP: Whether to enable FTP SSL support without ext/openssl])], [no], [no]) if test "$PHP_FTP" = "yes"; then AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support]) PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared) dnl Empty variable means 'no' test -z "$PHP_OPENSSL" && PHP_OPENSSL=no if test "$PHP_OPENSSL" != "no" || test "$PHP_OPENSSL_DIR" != "no"; then PHP_SETUP_OPENSSL(FTP_SHARED_LIBADD) PHP_SUBST(FTP_SHARED_LIBADD) AC_DEFINE(HAVE_FTP_SSL,1,[Whether FTP over SSL is supported]) fi fi