Searched refs:ftp_get (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_get_basic.phpt | 2 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 D | 005.phpt | 36 ftp_get($ftp, 'x', 'y', 0); 83 ftp_get(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
|
H A D | 007.phpt | 100 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 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 | 74 function ftp_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int… function
|
H A D | php_ftp.c | 613 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 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
|
Completed in 18 milliseconds