[
https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179515#comment-13179515
]
Sebb commented on NET-436:
--------------------------
What happens when you try using FTPClient?
For example:
{quote}
java -cp commons-net-examples-3.0.1.jar;commons-net-3.0.1.jar
examples/ftp/FTPClientExample -l host user pass
{quote}
should list the directory contents; each file is listed twice, in raw and
parsed versions, e.g.
{quote}
drwxr-xr-x 1 ukms ukms 1024 Jan 4 00:00 indexes
drwxr-xr-x 1 ukms ukms 1024 2012-01-04 00:00:00 GMT indexes
{quote}
You can override the autodetection by using (for example):
-Dorg.apache.commons.net.ftp.systemType=UNIX
the value should be one of the FTPClientConfig constants (or a parser
implementation).
> Support for SYST "Mac OS" listing
> ----------------------------------
>
> Key: NET-436
> URL: https://issues.apache.org/jira/browse/NET-436
> Project: Commons Net
> Issue Type: New Feature
> Components: FTP
> Affects Versions: 3.0.1
> Environment: Mac OS X Rumpus FTP Sevrer
> Reporter: Jürgen Jung
>
> The Rumpus ftp server acts as an "old" pre mac os x ftp server.
> There are any plans do integrate a Mac OS filelist parsing into the commons
> net project?
> http://cyberduck.ch/ implemnets his own Rumpus parser,
> but it will be great if commons net already support this kind of listing.
--
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