[
https://issues.apache.org/jira/browse/NET-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bohdan Bobylak updated NET-206:
-------------------------------
Description:
When default locale of a JVM is set to tr_TR with the UTF-8 encoding the
following error is seen when connecting to windows ftp server:
...
at org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown
parser type: Windows_NT
at
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:118)
at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2358)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
...
was:
When default locale of a JVM is set to tr_TR with the UTF-8 encoding the
following error is seen when connecting to windows ftp server:
{{...
at org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown
parser type: Windows_NT
at
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:118)
at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2358)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
...}}
> Turkish 'i' problem and ParserInitializationException: Unknown parser type:
> Windows_NT
> --------------------------------------------------------------------------------------
>
> Key: NET-206
> URL: https://issues.apache.org/jira/browse/NET-206
> Project: Commons Net
> Issue Type: Bug
> Environment: Linux, JRE1.5
> Reporter: Bohdan Bobylak
> Attachments: DefaultFTPFileEntryParserFactory.patch
>
>
> When default locale of a JVM is set to tr_TR with the UTF-8 encoding the
> following error is seen when connecting to windows ftp server:
> ...
> at org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown
> parser type: Windows_NT
> at
> org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:118)
> at
> org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2358)
> at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
> at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.