Re: Tango ftp module

2009-06-09 Thread viktor
Trass3r Wrote: > Has anyone ever tried the tango ftp code? > Nothing really works for me, even for simple cases. > > For example, when using ls() it gets stuck in parseMlstLine() cause the > exception > throw new FTPException("CLIENT: Bad syntax in MLSx response", "501"); > doesn't get caught. >

Tango ftp module

2009-03-23 Thread Trass3r
Has anyone ever tried the tango ftp code? Nothing really works for me, even for simple cases. For example, when using ls() it gets stuck in parseMlstLine() cause the exception throw new FTPException("CLIENT: Bad syntax in MLSx response", "501"); doesn't get caught. Thus the else branch isn't ex