<p>On 16/08/11 16:18, Steve Lhomme wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> WIth the FEAT command it should reply UTF-8
 https://filezilla-project.org/specs/rfc2640.txt

 More info https://wiki.filezilla-project.org/Character_Encoding</code></pre>
</blockquote>
<p>JFTR; this is already being done inside the module, see <code>ftp.c:FeaturesCheck</code>.</p>
<p>But it actually does not matter; the filename should be URL-encoded in either case (no matter if it is UTF-8 or not).</p>
<p>Imagine a file named <code>hello#world.media</code>, without encoding the filename the hash would inaccurately be treated as a gragment in the URI.</p>