Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in Java FTP by (240 points)
Hello all,

I ran into the error 'Unparseable date' when using the FTPClient. I search the forums and found that I needed to use the UNIXFileParser to solve the issue.

The issue here is that I will not know I am on a UNIX system until I connect (I can connect to alot of different servers)

My question is can I set the UNIXFileParser manually to force its' use after I have already connected and before I pull the information from the directory I am in?

Thanks,
J

1 Answer

0 votes
by (162k points)
Yes, you can (via setFTPFileFactory())

Hello all,

My question is can I set the UNIXFileParser manually to force its' use after I have already connected and before I pull the information from the directory I am in?

Thanks,
J

Categories

...