Re: [twsocket] How to find the size of the file in httpcli?

2007-03-01 Thread Arno Garrels
[EMAIL PROTECTED] wrote: My problem is I want to connect the HTTPCli to a progress bar and update it as the document comes down the wire. Never tested, but this should work: ProgressBar1.Position := 0; Event OnDocBegin ProgressBar.Max := HttpCli.ContentLength; Event OnDocData

[twsocket] is it a bug , (Accept-Encoding: gzip is desabled when i use simultaneously HTTP request)

2007-03-01 Thread super gg
Hi! (it's my first post and my english is very poor :( ) I tryed httpAsy1.dpr from ICS exemples (i just add same modifications: httpoEnableContentCoding in compilation option and uses HttpCCodzlib..) with SimultCheckBox unchecked, It works as a charm ( i get a reponseheader with

[twsocket] FTPClient specifying a port other than 21...

2007-03-01 Thread [EMAIL PROTECTED]
Thanks for the previous posts. I guess the bottom line is, does FTPClient work with other ports besides port 21 for the version last revised: Apr 18, 2003. I am currently using Delphi 3? I have tried specifying other ports but receive the message 10060 on a file transmit as previously

Re: [twsocket] FTPClient specifying a port other than 21...

2007-03-01 Thread Arno Garrels
[EMAIL PROTECTED] wrote: Thanks for the previous posts. I guess the bottom line is, does FTPClient work with other ports besides port 21 for the version last revised: Apr 18, 2003. I am currently using Delphi 3? Please read this: