Re: [twsocket] problem with chat program

2006-10-20 Thread larry j. ward
well, the problem is solved. thank you so much. On 10/20/06, Wilfried Mestdagh <[EMAIL PROTECTED]> wrote: > > Hello larry, > > > Hello! (\0 NULL CHAR HERE) > > World! (Null char here too) > > No this is not correct. You will receive: > Hello CRLF > Workl CRLF > > TWSocket receive exacly what is se

Re: [twsocket] problem with chat program

2006-10-20 Thread Wilfried Mestdagh
Hello larry, > Hello! (\0 NULL CHAR HERE) > World! (Null char here too) No this is not correct. You will receive: Hello CRLF Workl CRLF TWSocket receive exacly what is sent without adding or removing any byte. But you will receive it in 2 packet if yiu set LineMode to CRLF as Arno pointed out. S

Re: [twsocket] Problem without message in FTPClient

2006-10-20 Thread Francois Piette
> I have had a application that used FTPClient. In much computers, it works fine but in one, it doen't connect. > After Form1.FtpClientN.Connect, Form1.FtpClientN.Connected produces false and ErrorMessage is empty. > Why can it be owed? How can I solve it? You should grab the error code pro

[twsocket] Problem without message in FTPClient

2006-10-20 Thread lalin
Hello, I have had a application that used FTPClient. In much computers, it works fine but in one, it doen't connect. After Form1.FtpClientN.Connect, Form1.FtpClientN.Connected produces false and ErrorMessage is empty. Why can it be owed? How can I solve it? Thanks. Regards. -- To u

Re: [twsocket] Upload files from local to web, using THttpcli

2006-10-20 Thread Francois Piette
And the topic has been discussed a lot of time in the past. A little search in the list archive would probably quickly retrieve the informations. See "support" page at http://www.overbyte.be to find a link to the searchable mailing list archive. Contribute to the SSL Effort. Visit http://www.overb

Re: [twsocket] Upload files from local to web, using THttpcli

2006-10-20 Thread Arno Garrels
Arno Garrels wrote: > Oleg P. wrote: >> Good day for all! >> >> I read all what i found about THttpcli, and still do not understand >> how to upload local file to web using THttpcli >> >> Please help me! That is a very important to me >> An example on C++Builder would be VERY useful! > > There i