Re[4]: [twsocket] NOFORMS and TWSocketServer

2005-04-12 Thread Jack
Hello Francois, I did some further testing. I commented out most of my code so it's not doing anything. When I only have WSocket in uses clause, the file size is 61KB. The moment I put WSocketS in, the file size jumps to 288KB (on D5.) This is when no function of ICS is being called, no object cr

Re[4]: [twsocket] NOFORMS and TWSocketServer

2005-04-12 Thread Jack
Hello Francois, Thanks for the reply. Yes, I manually deleted the dcu files before a re-compile. I also carefully check all the uses clauses. There are all together 3 source files. All used units are: Windows, Messages, SysUtils, WSocket, WsocketS; Still wondering... -- Best regards, Jack Tues

Re: [twsocket] Is there a way to download a file in threads?

2005-04-12 Thread Fastream Technologies
You can see an ICS example of multiple socket download FTP client here (beta, freeware, no ads): http://www.fastream.net/beta/NetFile.exe Best Regards, SZ - Original Message - From: "Nicholas Sherlock" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, April 13, 2005 8:46 AM

Re: [twsocket] Is there a way to download a file in threads?

2005-04-12 Thread Nicholas Sherlock
Francois PIETTE wrote: Some of You guys know Leechget and downloadmanager like that. They have an option to download a file in threads. Can you describe this feature because I don't know those programs. Multiple connections are made to the server. Each connection downloads a separate pa

Re: [twsocket] IPv6 sockets with TWsockets

2005-04-12 Thread Steve Williams
Francois PIETTE wrote: Is it possible (or is it planned for the future) to program IPv6 socket applications under Windows XP with TWSockets? Well, probably. I haven't studyed the problem yet but at first glance, winsock is handling all change at the lowest level. The only change for the component

Re: Re[2]: [twsocket] How to know the Error ID of SocketError???

2005-04-12 Thread Francois PIETTE
OnError event should be avoided. Preferable use exception handling and OnBgException. -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Wilfried Mestd

[twsocket] Fw: ICS : solution for iPlanet Web Proxy Server

2005-04-12 Thread Francois PIETTE
- Original Message - From: "a bloms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 08, 2005 7:41 AM Subject: ICS : solution for iPlanet Web Proxy Server > Hello, > > I have seen messages posted by "[EMAIL PROTECTED]" on the ICS mailing list about t

Re: [twsocket] Is there a way to download a file in threads?

2005-04-12 Thread Francois PIETTE
> Some of You guys know Leechget and downloadmanager like that. > They have an option to download a file in threads. Can you describe this feature because I don't know those programs. > Is it possible with FTPCLI to setup > ranges to download a file in threads? When Yes, how? If you mean downloa

Re: [twsocket] FTP RestGetAsync problem?

2005-04-12 Thread Francois PIETTE
Thanks for your feedback. This bug has been corrected since a long time. You should upgrade to the latest ICS version. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Moacir Flávio Gonçalves" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 06, 2005 6:46 PM Subject

Re: Re[2]: [twsocket] Is there a way to setupa valuefor maximal downloadspeed?

2005-04-12 Thread Mice Cage
THX for the reply. I'll keep the method I posted. It is working without a problem. > Hehe, unfortunately, its a little more difficult than that...you'll need > to > derive your own TFTPClient and make it use TThrottledWSocket internally > instead of TWSocket. > Make sure this is for the data con

Re: [twsocket] IPv6 sockets with TWsockets

2005-04-12 Thread Francois PIETTE
> Is it possible (or is it planned for the future) > to program IPv6 socket applications under Windows XP with TWSockets? Well, probably. I haven't studyed the problem yet but at first glance, winsock is handling all change at the lowest level. The only change for the component is the address form

Re: [twsocket] WSocket why not support http proxy?

2005-04-12 Thread Francois PIETTE
> I want to use WSocket to connect my server (use http > proxy),but i find the WSocket support SOCKS,why not > http proxy?or how to do. Not very complex to do: you have to first send the CONNECT command to the http proxy along with the target destination. Once the proxy replyed positively, you are

Re: Re[2]: [twsocket] Is there a waytosetupa valuefor maximal downloadspeed?

2005-04-12 Thread Dan
I hadn't, but I've just done a quick demonstration of how it can be done...not sure if its the best way but it seems to work. www.xantorrent.pwp.blueyonder.co.uk/ics/ThrottledFTPSrv.zip It it simply deriving TFTPCtrlSocket to make it create a ThrottledWSocket for its data socket instead of a nom

Re: [twsocket] Fw: async

2005-04-12 Thread Arno Garrels
Hello Marcelo, Sorry for the delay. > but with indy this is very hard to do, because it uses block mode and i > got some bad > experiences with indy. That's my expirience as well. > > i found the ics component, and a smal demo that you wrote called > "mailsndAsync"... > the sample applicatio

Re: Re[2]: [twsocket] Is there a way tosetupa valuefor maximal downloadspeed?

2005-04-12 Thread Francois PIETTE
Dan, Have you done the work ? If yes, are you willing to share it ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Dan" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, April 11, 2005 2:18 AM Subject: Re: Re[2]: [twsocket] Is there a way tosetupa val

Re: Re[2]: [twsocket] NOFORMS and TWSocketServer

2005-04-12 Thread Francois PIETTE
When you add NOFORMS to your project defined symbols (in project options), you _must_ recompile everything. The compiler doesn't know which unit it must recompile when you change a project defined symbol, that's why you must recompile everything to have all dcu files recreated. Of course, using NO

[twsocket] I'm back from holidays

2005-04-12 Thread Francois PIETTE
Hi ICS fans ! Sorry for a few days of silent. I was on holidays abroad (Agadir / Morroco) without internet access. It will take some times to read the hundreds of messages I've received in the meanwhile. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for

[twsocket] Udp lidtening with Kylix TIcsSocket

2005-04-12 Thread Alain Gauthier
Hi all, I am quite new with developing applications using sockets. In order to understand Udp protocol I tried to adapt UdpLstn example on Kylix. Mainly it requires only to replace TWSocket by TIcsSocket in the code. Nevertheless it seems not enough : with the listener started on the port 55000