Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.1/ext/ftp/
H A Dftp.stub.php5 namespace FTP { namespace
26 function ftp_pwd(FTP\Connection $ftp): string|false {}
27 function ftp_cdup(FTP\Connection $ftp): bool {}
28 function ftp_chdir(FTP\Connection $ftp, string $directory): bool {}
29 function ftp_exec(FTP\Connection $ftp, string $command): bool {}
35 function ftp_raw(FTP\Connection $ftp, string $command): ?array {}
61 function ftp_systype(FTP\Connection $ftp): string|false {}
68 function ftp_pasv(FTP\Connection $ftp, bool $enable): bool {}
71 function ftp_nb_continue(FTP\Connection $ftp): int {}
86 function ftp_close(FTP\Connection $ftp): bool {}
[all …]
H A Dftp_arginfo.h19 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
25 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
29 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
33 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
38 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
43 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
48 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
55 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
61 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
67 ZEND_ARG_OBJ_INFO(0, ftp, FTP\\Connection, 0)
[all …]
H A Dconfig.m42 [whether to enable FTP support],
4 [Enable FTP support])])
8 [whether to explicitly enable FTP SSL support],
10 [FTP: Whether to enable FTP SSL support without ext/openssl])],
15 AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
24 AC_DEFINE(HAVE_FTP_SSL,1,[Whether FTP over SSL is supported])
H A Dconfig.w3213 AC_DEFINE('HAVE_FTP_SSL', 1, 'Have FTP over SSL support');
16 AC_DEFINE('HAVE_FTP', 1, 'Have FTP support');
H A DCREDITS1 FTP
/PHP-8.1/ext/ftp/tests/
H A D007.phpt2 FTP with bogus resource
183 ftp_pwd(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
184 ftp_cdup(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
186 ftp_exec(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
187 ftp_raw(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
194 ftp_mlsd(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
196 ftp_fget(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
198 ftp_pasv(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
199 ftp_get(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
202 ftp_fput(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
[all …]
H A Dftp_constructor.phpt2 Attempt to instantiate an FTP\Connection directly
10 new FTP\Connection();
15 Exception: Cannot directly construct FTP\Connection, use ftp_connect() or ftp_ssl_connect() instead
H A Dftp_delete.phpt18 echo "Test case #1: removal of existing file from FTP, should return true:", PHP_EOL;
21 echo "Test case #2: removal of non-existent file from FTP, should return false:", PHP_EOL;
27 Test case #1: removal of existing file from FTP, should return true:
29 Test case #2: removal of non-existent file from FTP, should return false:
H A Dbug39583-2.phpt2 Bug #39583 (FTP always transfers in binary mode)
23 echo "FTP upload has failed!";
28 // close the FTP stream
H A Dbug39583.phpt2 Bug #39583 (FTP always transfers in binary mode)
24 echo "FTP upload has failed!";
29 // close the FTP stream
H A Ddead-resource.phpt2 Attempt to use a closed FTP\Connection
24 Exception: FTP\Connection is already closed
H A Dbug79100.phpt2 Bug #79100 (Wrong FTP error messages)
H A Dftp_rename_basic1.phpt2 FTP basic ftp_rename calls
H A D001.phpt2 FTP login
H A D004.phpt2 FTP with bogus parameters
H A D002.phpt2 FTP login (SSL)
H A D003.phpt2 FTP cwd
H A Dftp_get_basic.phpt2 FTP ftp_get file for both binary and ASCII transfer modes
H A Dftp_fget_basic.phpt2 FTP ftp_fget file for both binary and ASCII transfer modes
/PHP-8.1/ext/standard/tests/streams/
H A Dopendir-001.phpt18 Warning: opendir(ftp://localhost:%d/bogusdir): Failed to open directory: FTP server reports 250 /bo…
H A Dbug72771.phpt2 Bug #72771. FTPS to FTP downgrade not allowed when server doesn't support AUTH TLS or AUTH SSL.
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
H A Dopendir-003.phpt23 Warning: opendir(ftps://127.0.0.1:%d/bogusdir): Failed to open directory: FTP server reports 250 /b…
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_segfault.phpt17 // FTP this script to a server
H A Dcurl_ftp_pasv.phpt17 // FTP this script to a server

Completed in 35 milliseconds

12