Home
last modified time | relevance | path

Searched refs:ftp_get (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/ftp/tests/
H A Dftp_get_basic.phpt2 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 D005.phpt35 ftp_get($ftp, 'x', 'y', 0);
82 ftp_get(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
H A Dgh10521.phpt2 GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB)
H A D007.phpt99 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 Dftp_arginfo.h218 ZEND_FUNCTION(ftp_get);
258 ZEND_FE(ftp_get, arginfo_ftp_get)
H A Dftp.h182 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
H A Dftp.stub.php69 …function ftp_get(FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode =… function
H A Dphp_ftp.c618 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 Dftp.c866 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 DNEWS649 . Fixed bug GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB).

Completed in 43 milliseconds