Ryan Shaw <[EMAIL PROTECTED]> wrote: > The createParents() method of the optional FTP task > is currently ignoring error codes 550 and 553 when > it attempts to create an existing directory. However, > as RFC 959 specifies, it ought to be ignoring error > code 521 as well.
I'm not that sure. Are you dealing with an FTP server that sends 521 as a response? The only occurrence of "521" in the whole RFC is in the example section you quote - the list of return codes and their meaning in 4.2 doesn't list 521 at all and section 5.4 lists the following return codes for MKD: 257, 500, 501, 502, 421, 530, 550 which means 553 wouldn't be allowed either BTW. So is this an academic remark or is there really any server out there sending this result? I wouldn't fix it if it ain't broke. Stefan
