On Sat, Feb 27, 2010 at 3:58 PM, Dan <[email protected]> wrote: > The FTP mkdir command doesn't get through to our filesystemview. We aren't > creating a folder on a linux file system from that call (it would create a > database entry as we are using a custom filesystemview). Is there a reason > this command can't be processed?
Right, the MKD command implementation checks if the directory name contains File.pathSeparatorChar before creating it. This, I believe is a bug since this type of check should really be done in the file system implementation. Could you open a JIRA issue for this and I'll have a look at it for 1.0.4? /niklas
