Hi all,
I need some help with parsing the response from ListDirectoryDetails in c#. I only need the following fields. File Name/Directory Name Date Created and the File Size.
Here's what some of the lines look like when i run ListDirectoryDetails
d--x--x--x 2 ftp ftp 4096 Mar 07 2002 bin
-rw-r--r-- 1 ftp ftp 659450 Jun 15 05:07 TEST.TXT
-rw-r--r-- 1 ftp ftp 101786380 Sep 08 2008 TEST03-05.TXT
drwxrwxr-x 2 ftp ftp 4096 May 06 12:24 dropoff
Thanks in advance