<td valign="top">displays information on each file transferred if set
@@ -4798,20 +4805,19 @@ for <code>anonymous</code>.</p>
<p>Logs in to <code>ftp.apache.org</code> at port <code>2121</code> as
<code>coder</code> with password <code>java1</code> and uploads all new or
changed HTML files in the <code>htdocs/manual</code> directory to the
<code>/pub/incoming</code> directory. The files are transferred in text
mode.</p>
<code>/pub/incoming</code> directory. The files are transferred in text mode. Passive mode has been switched on to send files from behind a firewall.</p>
<pre> <ftp server="ftp.nt.org"
remotedir="c:\uploads"
userid="coder"
password="java1"
separator="\"
verbose="yes"
verbose="yes"</pre>
<PRE>
>
<fileset dir="htdocs/manual">
<include name="**/*.html" />
</fileset>
</ftp></pre>
<p>Logs in to the Windows-based <code>ftp.nt.org</code> as
</ftp></PRE><p>Logs in to the Windows-based <code>ftp.nt.org</code> as
<code>coder</code> with password <code>java1</code> and uploads all
HTML files in the <code>htdocs/manual</code> directory to the
<code>c:\uploads</code> directory. Progress messages are displayed as each