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
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
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
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
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
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
- 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
> 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
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
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
> 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
> 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
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
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
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
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
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
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
18 matches
Mail list logo