[DUG]: sockets programmers.

2001-07-20 Thread Terry Johnson
Hi Matt, I wrote an FTP client a while ago - what's your problem? Terry --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to:

[DUG]: sockets programmers.

2001-07-19 Thread Matthew Comb
Any delphi sockets programmers around at the moment - particularly people with experience in ftp. Matt. --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website:

[DUG]: sockets.

2000-06-19 Thread Matthew Comb
Hello, I am just playing around with sockets at the moment and have been told before that you can send a stream as a string and read it at the other end by using receivetext. Does anyone have any examples of how to do this? I am just using the built in delphi components. Cheers, Matt.

RE: [DUG]: sockets.

2000-06-19 Thread Simon Mahony
Matthew , Did you get the source code I sent you a few weeks ago ? Cheers, Simon. On 20 June, 2000 11:32 AM, Matthew Comb [SMTP:[EMAIL PROTECTED]] wrote: Hello, I am just playing around with sockets at the moment and have been told before that you can send a stream as a string and read it at

Re: [DUG]: sockets.

2000-06-19 Thread Matthew Comb
nt: Tuesday, June 20, 2000 11:58 AM Subject: RE: [DUG]: sockets. Matthew , Did you get the source code I sent you a few weeks ago ? Cheers, Simon. On 20 June, 2000 11:32 AM, Matthew Comb [SMTP:[EMAIL PROTECTED]] wrote: Hello, I am just playing around with sockets at the moment and hav

Re: [DUG]: Sockets..

2000-05-08 Thread Peter Harrison
: [DUG]: Sockets.. I might be looking at doing a little bit of light socket stuff in the future... Is the general consensus that other components such as the ICS ones are superior to the ones that come in Delphi 5?? Regards Colin -Original Message- From: [EMAIL PROTECTED] [mailto

[DUG]: Sockets..

2000-05-07 Thread Matthew Comb
Hi people, just a follow up to my earlier post. What is the best connection method (set of components?) using TCP\IP (or not??) That can do the following. 1. send text in both directions. 2. send streams in both directions. 3. Maintain a connection and know when disconnected. Any

RE: [DUG]: Sockets..

2000-05-07 Thread Wilfred Verkley
, 8 May 2000 15:03 To: Multiple recipients of list delphi Subject: [DUG]: Sockets.. Hi people, just a follow up to my earlier post. What is the best connection method (set of components?) using TCP\IP (or not??) That can do the following. 1. send text in both directions. 2. send streams

RE: [DUG]: Sockets..

2000-05-07 Thread Nic Wise
Hi people, just a follow up to my earlier post. What is the best connection method (set of components?) using TCP\IP (or not??) No need to step outside of the IP family, and as _everyone_ uses it these days (that arn't running on a default 95 install) That can do the following. 1.

Re: [DUG]: Sockets..

2000-05-07 Thread Simon Mahony
UDP is more suitable for small sets of data ( our UDP apps send and receive no more than 512 byte packets ). This is due to network considerations, but if you want to send streams or large chunks of data ( more than a few K ) and you don't want to have to chop them up and reassemble them at the

Re: [DUG]: Sockets..

2000-05-07 Thread Matthew Comb
: clientsocket.socket.sendstream and how do you detect which type of data is being sent through? Any ideas? Matt. - Original Message - From: "Nic Wise" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Monday, May 08, 2000 3:19 PM Subject: RE: [DU

RE: [DUG]: Sockets..

2000-05-07 Thread Grant Black
s? Matt. - Original Message - From: "Nic Wise" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Monday, May 08, 2000 3:19 PM Subject: RE: [DUG]: Sockets.. Hi people, just a follow up to my earlier post. What is t

Re: [DUG]: Sockets..

2000-05-07 Thread Simon Mahony
e. However the process should be very similar. If you need example code let me know. Cheers, Simon. - Original Message - From: Matthew Comb [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: 08 May, 2000 4:15 PM Subject: Re: [DUG]: Sockets.. Nic thanks...

Re: [DUG]: Sockets..

2000-05-07 Thread Matthew Comb
4:52 PM Subject: Re: [DUG]: Sockets.. Matthew, A TCP/IP session like this needs one or more client sockets at one end, and a server socket at the other end. The docs are a bit obscure and we had to rely on several sources of information including the D5 Developers guide chapter on socket pr

RE: [DUG]: Sockets..

2000-05-07 Thread Colin Fraser
]]On Behalf Of Wilfred Verkley Sent: Monday, 8 May 2000 3:13 pm To: Multiple recipients of list delphi Subject: RE: [DUG]: Sockets.. Most Delphi WinSock components will do these things, but have a look at ICS. It can do all these things, is free and well supported, and has a lot of examples. http

RE: [DUG]: Sockets..

2000-05-07 Thread Grant Black
I might be looking at doing a little bit of light socket stuff in the future... Is the general consensus that other components such as the ICS ones are superior to the ones that come in Delphi 5?? Yes - WinShoes are OK but I have found ICS very good.

RE: [DUG]: Sockets Problem

1999-09-12 Thread Chris Reynolds
Definintely sounds like a time out. Have you set the timeout at both ends to 120secs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Coulter Sent: Saturday, September 11, 1999 1:16 PM To: Multiple recipients of list delphi Subject: [DUG]: Sockets

[DUG]: Sockets

1999-08-22 Thread Alex Kouznetsov
Hi Delphi 4 socket components raise exceptions. In the situation when multiple socket components are used, say in the multi-user server program, how to figure out which one raised an exception ? Thanks Alex --- New

RE: [DUG]: Sockets

1999-08-22 Thread Coulter, Jeremy
371 5724 Mobile: 64 0212533214 E-mail: [EMAIL PROTECTED] Personal Email: [EMAIL PROTECTED] -Original Message- From: Alex Kouznetsov [mailto:[EMAIL PROTECTED]] Sent: Monday, August 23, 1999 12:00 PM To: Multiple recipients of list delphi Subject: [DUG]: Sockets Hi Delphi 4

Re: [DUG]: Sockets

1999-08-22 Thread Alex Kouznetsov
not know which socket instance caused it. Alex - Original Message - From: Coulter, Jeremy [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Monday, August 23, 1999 1:26 PM Subject: RE: [DUG]: Sockets Each of them should have a diff. socket number when