Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.0.0-M2
-
None
-
None
Description
In order to override several FTP commands, I had to modify the XSD schema.
In its current form, the <commands> element allow only one <command> child (all the examples I found override only one FTP command ).
I had to replace
<xs:element name="command">
By
<xs:element name="command" minOccurs="0" maxOccurs="unbounded">