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?
Also, why the difference in windows vs linux in how that command is processed? It should, irrespective of the underlying OS, get through the normal flow of commands and be handled by our filesystemview properly Dan -----Original Message----- From: Niklas Gustavsson [mailto:[email protected]] Sent: February-27-10 3:48 AM To: [email protected] Subject: Re: Differing behavior Windows vs Linux On Sat, Feb 27, 2010 at 3:41 AM, Dan <[email protected]> wrote: > When we get a command to make a new directory with a colon ":" in the > name it works on windows but not on a linux box, here is a snippet > from the log > files: I'm guessing that's because colons are forbidden i file names on Linux, while they are allowed on Windows (and OS X it seems). /niklas
