Summary: | kcontrolcenter: Internet Preferences module: New option needs documenting | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Philip Rodrigues <phil> |
Component: | Missing Content | Assignee: | Mike McBride <mpmcbride7> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Philip Rodrigues
2004-01-19 20:23:40 UTC
CVS commit by mcbride: Added documentation for Mark partially uploaded files and corrected capitalization. BUGS: 72985 M +22 -9 index.docbook 1.5 --- kdebase/doc/kcontrol/netpref/index.docbook #1.4:1.5 @@ -43,5 +43,5 @@ <variablelist> <varlistentry> -<term><guilabel>Socket Read</guilabel></term> +<term><guilabel>Socket read:</guilabel></term> <listitem> <para> Some applications use <firstterm>sockets</firstterm> to @@ -56,5 +56,5 @@ <varlistentry> -<term><guilabel>Proxy Connect</guilabel></term> +<term><guilabel>Proxy connect:</guilabel></term> <listitem> <para> @@ -65,5 +65,5 @@ <varlistentry> -<term><guilabel>Server Connect</guilabel></term> +<term><guilabel>Server connect:</guilabel></term> <listitem> <para> @@ -74,5 +74,5 @@ <varlistentry> -<term><guilabel>Server Response</guilabel></term> +<term><guilabel>Server response:</guilabel></term> <listitem> <para> @@ -85,11 +85,24 @@ <para>You can configure <guilabel>FTP Options</guilabel> here. At -present there is just one option, <guilabel>Enable Passive Mode -(PASV)</guilabel>.</para> - -<para>Passive &FTP; is often required when you are behind a firewall. +present there is just two options:</para> +<variablelist> +<varlistentry> +<term><guilabel>Enable passive mode (PASV)</guilabel></term> +<listitem><para>Passive &FTP; is often required when you are behind a firewall. Many firewalls only permit connections that were initiated from <quote>the inside</quote>. Passive &FTP; is controlled by the client, -which makes it usable through firewalls.</para> +which makes it usable through firewalls.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Mark partially uploaded files</guilabel></term> +<listitem><para>When a mark is placed in this box, partially uploaded files will +have a <literal role="extension">.part</literal> extension added to the end +of the file. This extension is removed once the file download is complete. </para></listitem> +</varlistentry> + +</variablelist> + + </sect1> |