Format of Directory Listing (General questions)
Hello,
I list an ftp directory and wonder why
sometimes is the first item
an dir item and sometimes total ... .
The format is different from Server to Server.
Is there any other method to get a directory list (file list)?
pFtpCom->ListDir(bstrRemotePath);
pFtpCom->get_ListItem (&bstrList);
_bstr_t lst = bstrList;
LPWSTR wlst = lst;
wprintf (L s , wlst);
case 1:
02-14-05 01:27PM 12354 file.rar
case 2:
total 34
-rwxrwxr-x 1 10490 100 8400 Nov 21 23:25 app.exe
-rwxrwxr-x 1 10490 100 5120 Mar 18 2001 file.txt
Thanks
Jan
[:wink:]
Complete thread:
- Format of Directory Listing - Jan, 2005-02-16, 10:37
- Re: Format of Directory Listing - wodSupport, 2005-02-16, 12:51
- Re: Format of Directory Listing - Jan, 2005-02-16, 14:03
- Re: Format of Directory Listing - fuzzybit, 2005-09-28, 16:48
- Re: Format of Directory Listing - Jan, 2005-02-16, 14:03
- Re: Format of Directory Listing - wodSupport, 2005-02-16, 12:51