> There are two errors in your program:
> 1) You forgot to assigned ClientClass property and nevertheless you are
> using your own class TMyClient. This error cause the AV you noticed. It also
> caused the casting error you noticed:
> // GM 16.05.2005 : below is commented else i have an object
:
Client.DataStream := TMemoryStream.Create;
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Guillaume MAISON" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Monday, May 16, 2005 12:05 PM
Subject: Re: [twsocket] [HELP] FTP Serv
> Can you make a stripped down version of your program available for download
> somewhere, just enough (source code only) to reproduce the problem ?
http://nauteus.com/ftpserver.zip (2 535 bytes)
execute, clic the start button (default port ),
launch a ftp client, get a file named images and
ay, May 15, 2005 9:08 PM
Subject: [twsocket] [HELP] FTP Server w/ client disconnection...
> Hi everyone,
>
> i have a weird problem with the FTP Serv comp.
>
> i've adapted (to my application) the GetProcessing method from the FtpServ
demo
> in order to detach a file gener
Hi everyone,
i have a weird problem with the FTP Serv comp.
i've adapted (to my application) the GetProcessing method from the FtpServ demo
in order to detach a file generation process within a thread and delay the data
sending.
if i create the thread within the OnGetProcessing Event, everything