Searched refs:ftp_get (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/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 | 004.phpt | 23 var_dump(ftp_get($ftp, 1234,12)); 53 Warning: ftp_get() expects at least 4 parameters, 3 given in %s on line %d
|
H A D | 005.phpt | 25 var_dump(ftp_get($ftp, 'x', 'y', 0)); 62 Warning: ftp_get(): Mode must be FTP_ASCII or FTP_BINARY in %s005.php on line 18
|
/PHP-5.3/ext/ftp/ |
H A D | php_ftp.h | 55 PHP_FUNCTION(ftp_get);
|
H A D | ftp.h | 172 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos …
|
H A D | php_ftp.c | 263 PHP_FE(ftp_get, arginfo_ftp_get) 769 if (!ftp_get(ftp, stream, file, xtype, resumepos TSRMLS_CC)) { in PHP_FUNCTION() 850 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() argument 899 if (!ftp_get(ftp, outstream, remote, xtype, resumepos TSRMLS_CC)) { in PHP_FUNCTION()
|
H A D | ftp.c | 784 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TSRML… in ftp_get() function
|
/PHP-5.3/ |
H A D | NEWS | 6905 - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia) 6984 - Fixed bug #30027 (Possible crash inside ftp_get()).
|
Completed in 52 milliseconds