FTP FEAT command response

Submitted by kogure5
on February 3, 2009 - 7:42pm

Hello everyone.
I am testing an FTP server in NetBSD 3.1 by sending the FEAT command. The response is as follows:

>FEAT
211-Features supported
MDTM
MLST Type*;Size*;Modify*;Perm*;Unique*;
REST STREAM
SIZE
TVFS
211 End

Why is it that "UTF8" is not included in the list but in fact I can use UTF8 encoded strings as pathnames and the strings not encoded as UTF8 are not accepted? Does NetBSD FTP really supports UTF8 encoding?

Any help or reply to this will be greatly appreciated.
Thanks.