garydgregory commented on PR #407: URL: https://github.com/apache/commons-net/pull/407#issuecomment-5287092846
Hello @arpitjain099 I don't see where in RFC 2347, in the general syntax, an option value is not allowed to be of length 0. That said, for specific options, like `blksize`, an empty value doesn't make sense. This all tells me that the check should happen at the semantic level, for specific options, and not the syntax level. How do you read the RFC (and the code)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
