[
https://issues.apache.org/jira/browse/NET-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved NET-440.
----------------------
Resolution: Fixed
Fix Version/s: 3.1
Added check for system property "org.apache.commons.net.ftp.systemType.default"
if SYST commmand fails,
> library throws an exception in case the SYST command is not known or the
> result is not known by the implementation
> ------------------------------------------------------------------------------------------------------------------
>
> Key: NET-440
> URL: https://issues.apache.org/jira/browse/NET-440
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.0.1
> Reporter: s
> Priority: Minor
> Fix For: 3.1
>
>
> The FTP client uses the SYST command to determine the list output.
> This can fail in two ways:
> - a ParserInitializationException in case the response of the server is not
> known by apache.
> - When the response to SYST command is 502 command unknown (the command is
> optional after all - http://www.ietf.org/rfc/rfc959.txt) the client throws an
> IOException.
> Can't it just default to UNIX for these type of ftp servers?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira