Ok, I think I see your problem. To test out a solution, can you try this?
Edit FTPFileParser.java, and change
private final static int MAX_FIELDS = 12;
to
private final static int MAX_FIELDS = 20;
Recompile and give it a go - this should sort your problem out (I hope!)
Hi there,
I've still got that problem: