https://bz.apache.org/bugzilla/show_bug.cgi?id=63248
--- Comment #3 from Eugène Adell <[email protected]> --- The 211 return code is for both cases no-features and feature-listing, which means that the command is supported and we are then receiving a list of 0 or more features. It is mentioned here : " no-features = "211" SP *TCHAR CRLF feature-listing = "211-" *TCHAR CRLF 1*( SP feature CRLF )" and in the example : " S> 211-Extensions supported: S> MLST size*;create;modify*;perm;media-type" However the server has the possibility to choose a 500 or a 502 return code instead of a 211 when it supports the command but has no feature implemented. In this case the patch will print a failure message, which is the normal behavior for anything which is not the expected return code (correct me if I'm wrong). -- You are receiving this mail because: You are the assignee for the bug.
