Hi,
ich tried the new Version 1.1.4, but I have the same error:
"String was not recognized as a valid DateTime"
Here's the listing of the FTP:
drwxr-xr-x 2 0 0 4096 Oct 16 15:58 atd
drwxr-xr-x 2 0 0 4096 Oct 16 15:58 backup
drwxr-xr-x 2 752 102 4096 Oct 16 16:48 files
drwxr-xr-x 6 752 102 4096 Dec 17 22:58 html
drwxr-xr-x 3 0 0 4096 Dec 28 01:24 log
drwxrwxrwx 2 752 102 4096 Oct 16 15:58 phptmp
drwxr-xr-x 2 752 102 4096 Oct 16 15:58 restore
I use the following code:
FTPClient ftp = new FTPClient("myserver");
ftp.Login("username", "password");
FTPFile[] files = ftp.DirDetails(".");
and the last line throws the exception.
I hope that you can help me.