Not to mention &gt and other escaped characters
Can the Ant mail server either parse the html escaped characters and insert the correct character representation -OR-
Reject the transmission altogether?
Vielen Danke,
Martin-


----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]>
To: "Ant Developers List" <dev@ant.apache.org>
Sent: Monday, May 16, 2005 10:21 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html



On 14 May 2005 13:14:15 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
 +<pre>
 +  &lt;ftp action=&quot;get&quot;
 +       server=&quot;ftp.hypthetical.fr&quot;
 +       userid=&quot;anonymous&quot;
 +       password=&quot;[EMAIL PROTECTED]&quot;
 +       defaultDateFormatConfig=&quot;d MMM yyyy&quot;
 +       recentDateFormatConfig=&quot;d MMM HH:mm&quot;
 +       serverLanguageCodeConfig=&quot;fr&quot;&gt;
 +     &lt;fileset dir=&quot;htdocs/manual&quot;&gt;
 +      &lt;include name=&quot;**/*.html&quot;/&gt;
 +    &lt;/fileset&gt;
 +  &lt;/ftp&gt;
 +</pre>

The &quot; are not necessary, are they Steven? Makes it a lot harder to read, no? --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to