Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: Problem with List Command in TIdFTP
| Subject: | Re: Problem with List Command in TIdFTP |
| Posted by: | "Mikael Lenfors" (mika..@lenfors.se) |
| Date: | Wed, 12 Mar 2008 10:30:54 |
Sorry, I missunderstood you.
Before I did a IndyFTP.List(Files, '', False); (with no *)
Now I do IndyFTP.List(Files, '', True);
The new version works.
Thanks, Mikael
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47d17919$1@newsgroups.borland.com...
>
> "Mikael Lenfors" <mikael@lenfors.se> wrote in message
> news:47d11d9a@newsgroups.borland.com...
>
>> Thanks for your reply, I agree, it seems like im located in the
>> "wrong" directory when I execute the List command.
>
> That is not what I said. It does not matter what directory you are in.
> You are performing a List('*') operation, and the server does not like the
> '*' wildcard.
>
>
> Gambit
none