we have identified this as a bug (missing feature ?) in the wagon-ftp
component (FtpWagon class) .
the FTPClient within must be configured as:

FTPClientConfig conf = new FTPClientConfig(FTPClientConfig.SYST_UNIX);
ftp.configure(conf);

plus, the NOVELL FTP server must be configure to be UNIX compliant

if all the above is not set, the error " ... Unknown parser type: NETWARE
Type: L8" will appear.

Christian-Luc


houzecl wrote:
> 
> Hi,
> 
> We are using wagon ftp for Maven DOWNLOAD (not upload)
> the wagon extension we use is wagon-ftp  1.0-beta-2
> 
> in order to use it for download we've followed workaround specified at
> http://jira.codehaus.org/browse/MNG-2195
> 
> unfortunately, whatever the version used we get the following error:
> "org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown
> parser type: NETWARE Type: L8"
> 
> any idea what's wrong 
> 
> Christian-Luc
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WAGON-ERROR%3A-Unknown-parser-type%3A-NETWARE-Type%3A-L8-tp14298287s177p14320871.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to