Searched refs:ftp_put (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/ftp/tests/ |
H A D | bug39583-2.phpt | 20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
|
H A D | bug39583.phpt | 21 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
|
H A D | 006.phpt | 25 var_dump(ftp_put($ftp)); 78 Warning: ftp_put() expects at least 4 parameters, 1 given in %s006.php on line 18
|
/PHP-7.0/ext/ftp/ |
H A D | php_ftp.h | 61 PHP_FUNCTION(ftp_put);
|
H A D | ftp.h | 179 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long start…
|
H A D | php_ftp.c | 265 PHP_FE(ftp_put, arginfo_ftp_put) 1118 if (!ftp_put(ftp, remote, stream, xtype, startpos)) { in PHP_FUNCTION() 1184 PHP_FUNCTION(ftp_put) in PHP_FUNCTION() argument 1225 if (!ftp_put(ftp, remote, instream, xtype, startpos)) { in PHP_FUNCTION()
|
H A D | ftp.c | 923 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_put() function
|
/PHP-7.0/ |
H A D | NEWS | 1091 . Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with
|
Completed in 36 milliseconds