[twsocket] Proxy authorization in HTTPCli

2005-07-23 Thread GSE Sas
I set exact Proxyname and port but I receive the error message as follows: HTTP 407 Authentification du proxy obligatoire - Le serveur ISA requiert l'autorisation d'exécuter la demande. L'accès au service du proxy Web est refusé. (12209) Internet Security and Acceleration Server What data I

[twsocket] [OT]Data remoting

2005-07-23 Thread Info 2004
Hi, Sorry for the OT nature of the request, but can anyone point me to examples/tutorials for D2005 to show me how to use data remoting? If there is a better list to ask this on, just let me know. Thanks... ...Andy -- ASA Micros Ltd. 141 Wardle Road, Wardle, Rochdale. OL12 9JA UK Tel:

Re: [twsocket] [OT]Data remoting

2005-07-23 Thread Francois PIETTE
If there is a better list to ask this on, just let me know. Yes, there is a better place: delphi@elists.org (as you see: same server, different list). Visit www.elists.org to subscribe. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Info 2004 [EMAIL PROTECTED]

Re: [twsocket] Proxy authorization in HTTPCli

2005-07-23 Thread Francois PIETTE
Are you sure the usercode/password you provide are OK ? Have you checked with latest beta version available separately from ICS download page ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: GSE Sas [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org

Re: [twsocket] Proxy authorization in HTTPCli

2005-07-23 Thread GSE Sas
Yes is last version. Actually I don't use Proxy username and password because I don't where I can find this data!! Also how set options in this case? - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Saturday, July 23, 2005

[twsocket] TFtpClient Timeouts?

2005-07-23 Thread Keith Willis
Hi All, What's the best way to detect if a timeout has occurred in a TFtpClient operation? Regards, Keith Willis. -- 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

Re: [twsocket] Proxy authorization in HTTPCli

2005-07-23 Thread Francois PIETTE
Have you checked with latest beta version available separately from ICS download page ? Yes is last version. Just to be sure: there is a zip file with HTTP component _only_. This is the beta I was talking. Actually I don't use Proxy username and password Doh ! because I don't where I

Re: [twsocket] Latest version of TFtpClient?

2005-07-23 Thread Francois PIETTE
V2.99 dated May 26, 2005 is the latest version available. Creation date is in the header, release date is in the history. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Keith Willis [EMAIL PROTECTED] To: twsocket@elists.org Sent: Saturday, July 23, 2005 5:00 PM

Re: [twsocket] TFtpClient Timeouts?

2005-07-23 Thread Francois PIETTE
What's the best way to detect if a timeout has occurred in a TFtpClient operation? A TTimer. -- [EMAIL PROTECTED] 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

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-23 Thread Merijn Terheggen
Here you go: 'http://help.lycos.com' redirects into 'http://help.lycos.com/network_1_help.asp'. 'http://help.lycos.com/network_1_help.asp' redirects into 'http://help.lycos.com/network_1_help.asp', which is into itself. After the 2 LocationChange events, there will be 2 RequestDone events. The

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-23 Thread Steve Endicott
I don't know if this applies to your situation or not but I have seen a StatusCode of 0 in log files from our customers. Most often, we find that Norton Internet Security, or Norton Firewall is blocking the responses and giving us the StatusCode of 0. I have them check Norton and they usually

Re: [twsocket] Proxy authorization in HTTPCli

2005-07-23 Thread Maurizio Lotauro
On 23-Jul-05 14:36:18 GSE Sas wrote: Yes is last version. Actually I don't use Proxy username and password because I don't where I can find this data!! Try user and password used to login into windows. Bye, Maurizio. -- To unsubscribe or change your settings for TWSocket mailing list please

[twsocket] Acting as Server/Client

2005-07-23 Thread Wesley Spadola
I am creating a program that acts as both a server and a client. It will connect to other instances of itself running on other computers as well as listen for other connections. I was wondering if it is possible to have one TWSocket component, derived from another TWSocket class but essentially