> Any ideas what's causing this?

No idea.

> I'm unable to trace into the Pascal source for some reason.

Add the component source code to your application project. You'll be able to 
débug.

--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


----- Original Message ----- 
From: "David Perkins" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Wednesday, September 19, 2007 4:24 PM
Subject: [twsocket] FTP Server demo fails


> Hello
>
> I'm using the latest ICS and BCB2006 to test the ftp server demo.
> When attempting to connect to the server from another PC using
> filezilla it throws an exception in the OnAuthenticate event.  I've
> narrowed it down and here is what makes it go pop:
>
> void __fastcall TFtpServerForm::FtpServer1Authenticate(TObject *Sender,
>      TFtpCtrlSocket *Client, TFtpString &UserName, TFtpString &Password,
>      bool &Authenticated)
> {
>      String s = UserName;   <--------- Bang!
>
>
> I'm unable to trace into the Pascal source for some reason.
>
> I'm connecting using passive mode.  FTP component property values are:
>
> object FtpServer1: TFtpServer
>    Addr = '0.0.0.0'
>    Port = '10021'
>    Banner = '220 ICS FTP Server ready'
>    UserData = 0
>    MaxClients = 50
>    PasvIpAddr = '192.168.1.10'
>    PasvPortRangeStart = 10050
>    PasvPortRangeSize = 50
>    Options = []
>
>
> Any ideas what's causing this?
>
> Thanks
>
> David
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be 
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to