mirror of
https://github.com/php/doc-ja.git
synced 2026-04-26 17:38:12 +02:00
120 lines
3.5 KiB
XML
120 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 099db652feea008bbb83805f90b8717966357f7c Maintainer: takagi Status: ready -->
|
|
|
|
<refentry xml:id="context.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false" role="stream_context_option">
|
|
<refnamediv>
|
|
<refname>FTP コンテキストオプション</refname>
|
|
<refpurpose>FTP コンテキストオプションの一覧</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<para>
|
|
<literal>ftp://</literal> および <literal>ftps://</literal>
|
|
トランスポート用のコンテキストオプションです。
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="options"><!-- {{{ -->
|
|
&reftitle.options;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="context.ftp.overwrite">
|
|
<term>
|
|
<parameter>overwrite</parameter>
|
|
<type>bool</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
リモートサーバー上の既存のファイルに対する上書きを許可する。
|
|
書き込みモード(アップロード)時のみ有効。
|
|
</para>
|
|
<para>
|
|
デフォルトは &false; です。
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.ftp.resume-pos">
|
|
<term>
|
|
<parameter>resume_pos</parameter>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
転送を開始するファイル内の位置。
|
|
読み込みモード(ダウンロード)時のみ有効。
|
|
</para>
|
|
<para>
|
|
デフォルトは <literal>0</literal> (ファイルの先頭) です。
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.ftp.proxy">
|
|
<term>
|
|
<parameter>proxy</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
FTP リクエストを、http プロキシサーバー経由で行う。
|
|
ファイルの読み込み操作にのみ適用される。
|
|
例: <literal>tcp://squid.example.com:8000</literal>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</refsect1><!-- }}} -->
|
|
|
|
<refsect1 role="notes">
|
|
&reftitle.notes;
|
|
<note>
|
|
<title>基盤となるソケットストリームのコンテキストオプション</title>
|
|
<simpara>
|
|
これ以外のコンテキストオプションが
|
|
<link linkend="transports.inet">基盤となるトランスポート</link>
|
|
でサポートされています。
|
|
<literal>ftp://</literal> ストリームの場合は、<literal>tcp://</literal>
|
|
のコンテキストオプションを参照ください。
|
|
<literal>ftps://</literal> ストリームの場合は、<literal>ssl://</literal>
|
|
のコンテキストオプションを参照ください。
|
|
</simpara>
|
|
</note>
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><xref linkend="wrappers.ftp" /></member>
|
|
<member><xref linkend="context.socket" /></member>
|
|
<member><xref linkend="context.ssl" /></member>
|
|
</simplelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|