Searched refs:ftp_get (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | ftp_get_basic.phpt | 2 FTP ftp_get file for both binary and ASCII transfer modes 19 var_dump(ftp_get($ftp, $tmpfname ,'a story.txt', FTP_ASCII)); 25 var_dump(ftp_get($ftp, $tmpfname, 'binary data.bin', FTP_BINARY)); 30 ftp_get($ftp, $tmpfname ,'a warning.txt', FTP_ASCII); 39 Warning: ftp_get(): a warning: No such file or directory in %sftp_get_basic.php on line %d
|
H A D | 005.phpt | 35 ftp_get($ftp, 'x', 'y', 0); 82 ftp_get(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
|
H A D | gh10521.phpt | 2 GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB)
|
H A D | 007.phpt | 99 var_dump(ftp_get($ftp, 'local', 'remote', 7777)); 199 ftp_get(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | ftp.h | 183 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
|
H A D | ftp_arginfo.h | 217 ZEND_FUNCTION(ftp_get); 256 ZEND_FE(ftp_get, arginfo_ftp_get)
|
H A D | ftp.stub.php | 112 …function ftp_get(FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode =…
|
H A D | php_ftp.c | 599 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION() 679 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() argument 727 if (!ftp_get(ftp, outstream, remote, remote_len, xtype, resumepos)) { in PHP_FUNCTION()
|
H A D | ftp.c | 886 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() function
|
Completed in 23 milliseconds