[
https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180313#comment-13180313
]
Sebb commented on NET-436:
--------------------------
Are you saying that Net works with umlauts on your Mac when using the default
ftp server and Unix parser, but does not work with Rumpus and the MacOsPeter
parser?
What happens with the Transmit client and Rumpus?
Also, try using:
{code}
ftpClient.setControlEncoding("UTF8");
...
ftpClient.login...
ftpClient.doCommand("OPTS","UTF8 ON");
{code}
> 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