[
https://issues.apache.org/jira/browse/NET-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714220#action_12714220
]
Derek Morr commented on NET-273:
--------------------------------
I agree, this would be very useful. I'm working on a patch to add EPSV/EPRT
support for IPv6, and I'll need FEAT support to implement that cleanly.
I'm willing to take a stab at writing the FEAT support. How would you prefer to
see the features supported? Do you want per-feature methods
(client.isFOOSupported()) or a generic method
(client.supportesFeature(FTPCommand.FOO)) ? Do you have a preference for how
the feature support list is maintained inside FTPClient?
> FEAT response parsing
> ---------------------
>
> Key: NET-273
> URL: https://issues.apache.org/jira/browse/NET-273
> Project: Commons Net
> Issue Type: Improvement
> Affects Versions: 2.1
> Reporter: Shikhar Bhushan
> Priority: Minor
>
> Would be nice if response to FEAT could be parsed, and a simple method
> provided like client.isSupported(FTPCommand.MDTM)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.