[twsocket] How to set in GSSLEAY_DLL_Name under BCB2010?

2011-03-01 Thread Fastream Technologies
Hello, GSSLEAY_DLL_Name = SSLEAY32.DLL; doesn't seem to work! Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] udp packet loss

2011-03-01 Thread emanuele bizzarri
Hi Francois, hi all I cannot reproduce the packet loss on localhost. Strange. I always lose some packets on localhost (at least setting Interval=0 on the client). I can reproduce on different computers, but I found a flaw in your design: remember TWSocket use non blocking. SendTo will fail

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Frans van Daalen
it's time for a rewrite from scratch IMO. And give it a different name, to bypass the no brake early code rule, or some of the annoyances will have to remain. Or start a new branch of renewed components. And, IMHO, if technically possible, the THttpCli should mix HTTP and HTTPS, and handle

[twsocket] FTP proxy always passive mode?

2011-03-01 Thread Arno Garrels
Hi, the TFtpClient always sets passive mode internally with native FTP-proxy connections, this is not correct IMO. OpenBSD ftp-proxy claims to support active and passive: https://calomel.org/ftp_proxy.html Also Filezilla client enforces PASV only with SOCKS and HTTP tunnel. -- Atno Garrels

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Arno Garrels
- Original Message - From: Frans van Daalen i...@hedaal.nl To: ICS support mailing twsocket@elists.org Sent: Tuesday, March 01, 2011 10:22 AM Subject: Re: [twsocket] HttpNoBasicAuth it's time for a rewrite from scratch IMO. And give it a different name, to bypass the no brake early

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Fastream Technologies
On Tue, Mar 1, 2011 at 12:43 PM, Arno Garrels arno.garr...@gmx.de wrote: - Original Message - From: Frans van Daalen i...@hedaal.nl To: ICS support mailing twsocket@elists.org Sent: Tuesday, March 01, 2011 10:22 AM Subject: Re: [twsocket] HttpNoBasicAuth it's time for a rewrite

Re: [twsocket] FTP proxy always passive mode?

2011-03-01 Thread Angus Robertson - Magenta Systems Ltd
the TFtpClient always sets passive mode internally with native FTP-proxy connections, this is not correct IMO. I've got no problem in that being changed. I thought SSL set passive mode automatically but that does not happen according to my recent SSL testing. Let the user choose. Angus --

Re: [twsocket] THttpWebserver and php

2011-03-01 Thread A Drent
I've looked into the usermade page, but which sample do you refer to? HTTPCLIEXAMPLE.ZIP ? regards Albert - Original Message - From: Arno Garrels arno.garr...@gmx.de To: ICS support mailing twsocket@elists.org Sent: Monday, February 28, 2011 10:46 PM Subject: Re: [twsocket]

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Arno Garrels
Fastream Technologies wrote: During my tests last week it did not trigger OnRequestDone on relocations with StatusCode = 0 any more and that worked thru a proxy as well with different types of authentication. www.microsoft.de is good for testing relocations (3 or 4) and you should setup a

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Fastream Technologies
On Tue, Mar 1, 2011 at 1:07 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: During my tests last week it did not trigger OnRequestDone on relocations with StatusCode = 0 any more and that worked thru a proxy as well with different types of authentication.

[twsocket] Never trust proxy servers :)

2011-03-01 Thread Arno Garrels
TFtpCli - FTP 3proxy (NLST active) --- 220 Ready USER ics@192.168.178.200 331 ok PASS ics 230 Logged on PORT 192,168,178,200,5,165 200 OK NLST 503 Bad sequence of commands. FTP 3proxy - FTP server (NLST active) --- 220 FileZilla

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Arno Garrels
Fastream Technologies wrote: On Tue, Mar 1, 2011 at 1:07 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: During my tests last week it did not trigger OnRequestDone on relocations with StatusCode = 0 any more and that worked thru a proxy as well with different

Re: [twsocket] FTP proxy always passive mode?

2011-03-01 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: the TFtpClient always sets passive mode internally with native FTP-proxy connections, this is not correct IMO. I've got no problem in that being changed. I thought SSL set passive mode automatically but that does not happen according to my recent

Re: [twsocket] udp packet loss

2011-03-01 Thread Francois PIETTE
Is it right? This is like I do in my real application. IMO it isn't. If sending full speed, forget the timer and only use the event. When using the timer, check a flag you set in OnDataSent. if falg not set, do not send anything, just exit the timer event handler, data will be sent on next

Re: [twsocket] How to set in GSSLEAY_DLL_Name under BCB2010?

2011-03-01 Thread Zvone
GSSLEAY_DLL_Name = SSLEAY32.DLL; doesn't seem to work! well it should. could be a problem with installation? maybe you're missing some of the #pragma's in the cpp file? -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] FTP proxy always passive mode?

2011-03-01 Thread Angus Robertson - Magenta Systems Ltd
I think so as well, only it might be a breaking change from the POV of component users? Making passive mode the default might be safer, since this works more often than non-passive. Would not effect any application that sets the mode specifically. Angus -- To unsubscribe or change your

Re: [twsocket] THttpWebserver and php

2011-03-01 Thread RTT
On 01-03-2011 10:06, A Drent wrote: I've looked into the usermade page, but which sample do you refer to? HTTPCLIEXAMPLE.ZIP ? ICS_WebInterface.zip This one may help too http://users.telenet.be/ws36637/ -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] THttpWebserver and php

2011-03-01 Thread A Drent
tnx, albert - Original Message - From: RTT p...@sapo.pt To: ICS support mailing twsocket@elists.org Sent: Tuesday, March 01, 2011 4:29 PM Subject: Re: [twsocket] THttpWebserver and php On 01-03-2011 10:06, A Drent wrote: I've looked into the usermade page, but which sample do you