Searched refs:ftp_get (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/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-8.1/ext/ftp/ |
H A D | ftp_arginfo.h | 218 ZEND_FUNCTION(ftp_get); 258 ZEND_FE(ftp_get, arginfo_ftp_get)
|
H A D | ftp.h | 182 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
|
H A D | ftp.stub.php | 69 …function ftp_get(FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode =… function
|
H A D | php_ftp.c | 618 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION() 698 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() argument 746 if (!ftp_get(ftp, outstream, remote, remote_len, xtype, resumepos)) { in PHP_FUNCTION()
|
H A D | ftp.c | 866 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() function
|
/PHP-8.1/ |
H A D | NEWS | 653 . Fixed bug GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB).
|
Completed in 32 milliseconds