Searched refs:ftp_put (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | bug39583-2.phpt | 19 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
|
H A D | bug39583.phpt | 20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
|
H A D | ftp_fput_ascii_over_4_kib.phpt | 21 var_dump(ftp_put($ftp, "large_file.txt", $filepath, FTP_ASCII));
|
H A D | 007.phpt | 124 var_dump(ftp_put($ftp, 'remote', 'local', 9999)); 204 ftp_put(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | ftp.h | 188 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
|
H A D | ftp_arginfo.h | 222 ZEND_FUNCTION(ftp_put); 261 ZEND_FE(ftp_put, arginfo_ftp_put)
|
H A D | ftp.stub.php | 121 …function ftp_put(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode =…
|
H A D | php_ftp.c | 884 if (!ftp_put(ftp, remote, remote_len, stream, xtype, startpos)) { in PHP_FUNCTION() 949 PHP_FUNCTION(ftp_put) in PHP_FUNCTION() argument 987 if (!ftp_put(ftp, remote, remote_len, instream, xtype, startpos)) { in PHP_FUNCTION()
|
H A D | ftp.c | 1052 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 17 milliseconds