|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- EN-Revision: 099db652feea008bbb83805f90b8717966357f7c Maintainer: lacatoire Status: ready --> |
| 3 | + |
| 4 | +<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"> |
| 5 | + <refnamediv> |
| 6 | + <refname>Opzioni di contesto FTP</refname> |
| 7 | + <refpurpose>Elenco delle opzioni di contesto FTP</refpurpose> |
| 8 | + </refnamediv> |
| 9 | + |
| 10 | + <refsect1 role="description"> |
| 11 | + &reftitle.description; |
| 12 | + <para> |
| 13 | + Opzioni di contesto per i trasporti <literal>ftp://</literal> e |
| 14 | + <literal>ftps://</literal>. |
| 15 | + </para> |
| 16 | + </refsect1> |
| 17 | + |
| 18 | + <refsect1 role="options"><!-- {{{ --> |
| 19 | + &reftitle.options; |
| 20 | + <para> |
| 21 | + <variablelist> |
| 22 | + <varlistentry xml:id="context.ftp.overwrite"> |
| 23 | + <term> |
| 24 | + <parameter>overwrite</parameter> |
| 25 | + <type>bool</type> |
| 26 | + </term> |
| 27 | + <listitem> |
| 28 | + <para> |
| 29 | + Permette la sovrascrittura dei file già esistenti sul server remoto. |
| 30 | + Si applica solo alla modalità di scrittura (upload). |
| 31 | + </para> |
| 32 | + <para> |
| 33 | + Il valore predefinito è &false;. |
| 34 | + </para> |
| 35 | + </listitem> |
| 36 | + </varlistentry> |
| 37 | + <varlistentry xml:id="context.ftp.resume-pos"> |
| 38 | + <term> |
| 39 | + <parameter>resume_pos</parameter> |
| 40 | + <type>int</type> |
| 41 | + </term> |
| 42 | + <listitem> |
| 43 | + <para> |
| 44 | + Offset del file a partire dal quale iniziare il trasferimento. Si applica solo alla modalità di lettura (download). |
| 45 | + </para> |
| 46 | + <para> |
| 47 | + Il valore predefinito è <literal>0</literal> (Inizio del file). |
| 48 | + </para> |
| 49 | + </listitem> |
| 50 | + </varlistentry> |
| 51 | + <varlistentry xml:id="context.ftp.proxy"> |
| 52 | + <term> |
| 53 | + <parameter>proxy</parameter> |
| 54 | + <type>string</type> |
| 55 | + </term> |
| 56 | + <listitem> |
| 57 | + <para> |
| 58 | + Inoltra la richiesta FTP tramite un server proxy http. Si applica solo alle operazioni di |
| 59 | + lettura dei file. Es: <literal>tcp://squid.example.com:8000</literal>. |
| 60 | + </para> |
| 61 | + </listitem> |
| 62 | + </varlistentry> |
| 63 | + </variablelist> |
| 64 | + </para> |
| 65 | + </refsect1><!-- }}} --> |
| 66 | + |
| 67 | + <refsect1 role="notes"> |
| 68 | + &reftitle.notes; |
| 69 | + <note> |
| 70 | + <title>Opzioni di contesto del socket sottostante</title> |
| 71 | + <simpara> |
| 72 | + Ulteriori opzioni di contesto possono essere supportate dal |
| 73 | + <link linkend="transports.inet">trasporto sottostante</link>. |
| 74 | + Per i flussi <literal>ftp://</literal>, fare riferimento alle opzioni |
| 75 | + di contesto per il trasporto <literal>tcp://</literal>. Per i flussi |
| 76 | + <literal>ftps://</literal>, fare riferimento alle opzioni di contesto |
| 77 | + per il trasporto <literal>ssl://</literal>. |
| 78 | + </simpara> |
| 79 | + </note> |
| 80 | + </refsect1> |
| 81 | + |
| 82 | + <refsect1 role="seealso"> |
| 83 | + &reftitle.seealso; |
| 84 | + <para> |
| 85 | + <simplelist> |
| 86 | + <member><xref linkend="wrappers.ftp" /></member> |
| 87 | + <member><xref linkend="context.socket" /></member> |
| 88 | + <member><xref linkend="context.ssl" /></member> |
| 89 | + </simplelist> |
| 90 | + </para> |
| 91 | + </refsect1> |
| 92 | + |
| 93 | +</refentry> |
| 94 | + |
| 95 | +<!-- Keep this comment at the end of the file |
| 96 | +Local variables: |
| 97 | +mode: sgml |
| 98 | +sgml-omittag:t |
| 99 | +sgml-shorttag:t |
| 100 | +sgml-minimize-attributes:nil |
| 101 | +sgml-always-quote-attributes:t |
| 102 | +sgml-indent-step:1 |
| 103 | +sgml-indent-data:t |
| 104 | +indent-tabs-mode:nil |
| 105 | +sgml-parent-document:nil |
| 106 | +sgml-default-dtd-file:"~/.phpdoc/manual.ced" |
| 107 | +sgml-exposed-tags:nil |
| 108 | +sgml-local-catalogs:nil |
| 109 | +sgml-local-ecat-files:nil |
| 110 | +End: |
| 111 | +vim600: syn=xml fen fdm=syntax fdl=2 si |
| 112 | +vim: et tw=78 syn=sgml |
| 113 | +vi: ts=1 sw=1 |
| 114 | +--> |
0 commit comments