Hi all,
While im using the newest package, edtFTPj 1.5.5, i faced another exception while trying to get a list of files from the server, im working & running the code from Windows XP OS, and trying to connect to a RedHat Linux ES 4...
I used the "ftp.dirDetails("");" to get the full details for the files in the current directory, but the command returned to me with the following exception while trying to parse the list of data.
Exception: Failed to parse line '-rw-r--r-- 1 501 501 1024 Aug 08 16:44 File_Name.ext' (Unparseable date: "Aug-08-2007-16:44")
Is it possible that the package couldn't recognize which parser to use by itself? or do i have to specify the operating system of the remote machine im connection to, so that the function will recognize which parser to use then???