Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/tests/
H A Dftp_get_basic.phpt2 FTP ftp_get file for both binary and ASCII transfer modes
20 var_dump(ftp_get($ftp, $tmpfname ,'a story.txt', FTP_ASCII));
26 var_dump(ftp_get($ftp, $tmpfname, 'binary data.bin', FTP_BINARY));
31 ftp_get($ftp, $tmpfname ,'a warning.txt', FTP_ASCII);
40 Warning: ftp_get(): a warning: No such file or directory in %sftp_get_basic.php on line %d
H A D005.phpt36 ftp_get($ftp, 'x', 'y', 0);
83 ftp_get(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
H A D007.phpt100 var_dump(ftp_get($ftp, 'local', 'remote', 7777));
200 ftp_get(): supplied resource is not a valid FTP Buffer resource
/PHP-8.0/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.php74 function ftp_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int… function
H A Dphp_ftp.c613 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
699 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() argument
750 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

Completed in 22 milliseconds