On Fri, Mar 11, 2011 at 1:57 AM, sebb <[email protected]> wrote: > I was thinking for example that Unix and Windows and VMS all have > different directory listing formats, so it would be useful if the > server could follow the local conventions. Currently on Windows the > server returns Unix-style listings, which looks a bit odd.
Ah, no, FtpServer currently only support Unix style file listings. > Also, what about language? The directory listings currently use > English abbreviations for the months - is it possible to change that? No, they are currently hardcoded, see org.apache.ftpserver.util.DateUtils. That said, this is certainly a case of patches welcome :-) /niklas
