On Thu, Jan 20, 2011 at 7:17 PM,  <[email protected]> wrote:
> When the OPTS MLST size;modify;type; command is received, the response is:
> 501 Syntax error in parameters or arguments.
>
> This is because FTP Server is expecting capital starting letters (Size;
> Modify; Type), although RFC2389 shows them as lower-case.
>
> I fixed it on my end with the following in OPTS_MLST.java:   if
> (AVAILABLE_TYPES[j].equalsIgnoreCase(types[i]))

Fixed applied (and a test added), thanks for reporting!

/niklas

Reply via email to