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:
Linux: Feb 26, 2010 8:06:18 PM org.apache.ftpserver.listener.nio.FtpLoggingFilter messageReceived INFO: RECEIVED: MKD /d::: Feb 26, 2010 8:06:18 PM org.apache.mina.filter.logging.LoggingFilter log INFO: SENT: 501 Syntax error in parameters or arguments. Windows: Feb 26, 2010 8:07:22 PM org.apache.ftpserver.listener.nio.FtpLoggingFilter messageReceived INFO: RECEIVED: MKD d::: Feb 26, 2010 8:07:22 PM org.apache.ftpserver.command.impl.MKD execute INFO: Directory create : Daniel Frank - d::: Feb 26, 2010 8:07:22 PM org.apache.mina.filter.logging.LoggingFilter log INFO: SENT: 257 "d:::" created. Feb 26, 2010 8:07:22 PM org.apache.ftpserver.listener.nio.FtpLoggingFilter messageReceived INFO: RECEIVED: PASV Feb 26, 2010 8:07:22 PM org.apache.mina.filter.logging.LoggingFilter log INFO: SENT: 227 Entering Passive Mode (127,0,0,1,4,176) Feb 26, 2010 8:07:22 PM org.apache.ftpserver.listener.nio.FtpLoggingFilter messageReceived INFO: RECEIVED: MLSD Dan
