Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : TIdFTP.List throwing access violations
| Subject: | TIdFTP.List throwing access violations |
| Posted by: | "Richard Stephens" (ri..@almsysinc.com) |
| Date: | Fri, 13 Apr 2007 10:15:12 |
I am using Indy 10.1.6 and D2006.
Back in Indy 9, there was a nice FTP demo for accessing a website. Recently,
another demo was added for Indy 10 for the FTP client demo. These demos are
definitely appreciated.
I had revamped the Indy 9 demo to use as my FTP program and I had updated it
to Indy 10. It had been working great until I recompiled it recently. Now,
any time that I try to execute IdFTP1.List, it throws an access violation to
address '00000000'.
If I start a new application that only performs a CONNECT and a LIST, it
works perfectly.
If I open the newest Indy 10 demo, compile it, and execute it.....it also
blows with an access violation on the LIST command as well.
Have you seen this problem?
Richard Stephens