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