Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/tests/
H A Dbug39583-2.phpt19 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
H A Dbug39583.phpt20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
H A D007.phpt124 var_dump(ftp_put($ftp, 'remote', 'local', 9999));
204 ftp_put(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
/PHP-8.2/ext/ftp/
H A Dftp.h188 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
H A Dftp_arginfo.h223 ZEND_FUNCTION(ftp_put);
263 ZEND_FE(ftp_put, arginfo_ftp_put)
H A Dftp.stub.php121 …function ftp_put(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode =…
H A Dphp_ftp.c895 if (!ftp_put(ftp, remote, remote_len, stream, xtype, startpos)) { in PHP_FUNCTION()
960 PHP_FUNCTION(ftp_put) in PHP_FUNCTION() argument
998 if (!ftp_put(ftp, remote, remote_len, instream, xtype, startpos)) { in PHP_FUNCTION()
H A Dftp.c985 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() function

Completed in 18 milliseconds