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
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
> 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
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
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
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