Hi,
I'm trying to use this library to connect to a Novell Netware server which is publishing some data via its FTP service.
When i try to perform any action other than login, i get the following exception.
"Unknown SYST: NETWARE Type : L8"
I presume this is because each FTP server give slightly different responces and a parser is required for each server type.
I might have a go at modifing the Unix parser to produce a 'NETWARE' parser.
Any suggestions?