Home
last modified time | relevance | path

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

/PHP-5.5/ext/ftp/tests/
H A Dbug39583-2.phpt20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
H A Dbug39583.phpt21 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
H A D006.phpt25 var_dump(ftp_put($ftp));
78 Warning: ftp_put() expects at least 4 parameters, 1 given in %s006.php on line 18
/PHP-5.5/ext/ftp/
H A Dphp_ftp.h57 PHP_FUNCTION(ftp_put);
H A Dftp.h177 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos T…
H A Dphp_ftp.c265 PHP_FE(ftp_put, arginfo_ftp_put)
1057 if (!ftp_put(ftp, remote, stream, xtype, startpos TSRMLS_CC)) { in PHP_FUNCTION()
1120 PHP_FUNCTION(ftp_put) in PHP_FUNCTION() argument
1159 if (!ftp_put(ftp, remote, instream, xtype, startpos TSRMLS_CC)) { in PHP_FUNCTION()
H A Dftp.c886 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSRMLS… in ftp_put() function
/PHP-5.5/
H A DNEWS5110 - Fixed bug #51190 (ftp_put() returns false when transfer was successful).
7972 - Fixed bug #39583 (ftp_put() does not change transfer mode to ASCII). (Tony)

Completed in 42 milliseconds