Re: [twsocket] Wiki...

2017-10-25 Thread Ertan Küçükoğlu
DNS works. Page seems to be loading. However, it's completely empty. That's what I see. Sent from my iPhone > On 25 Oct 2017, at 23:37, Jarek Karciarz wrote: > > For me too. > > Pozdrawiam > > Jarek Karciarz > > > > -- > Od: za...@hmisys.com > Data: 25

Re: [twsocket] New ICS Proxy Components

2017-07-07 Thread Ertan Küçükoğlu
regular database connection components to use that connection as normal. However, communication will be encrypted. Thanks & regards, Ertan Küçükoğlu -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd

Re: [twsocket] Firemonkey on OSX

2017-04-10 Thread Ertan Küçükoğlu
nd running again, please? Just to confirm , SVN address for version 8 is still: http://svn.overbyte.be:8443/svn/ics/trunk Correct? Thanks & regards, Ertan Küçükoğlu -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailm

[twsocket] Right SVN link for most recent code

2016-10-30 Thread Ertan Küçükoğlu
Hi, I want to be sure that following SVN link is correct for V8 final. As I check Source/Include/OverbyteIcsDefs.inc and read version as 8.09. If it is wrong, I would like to have right SVN link, please. My trials ended with errors. Thanks. -- To unsubscribe or change your settings for

Re: [twsocket] Problem with TFtpClient - Access Violation error

2016-09-14 Thread Ertan Küçükoğlu
e, but it seems to be the case. Just a feedback for mailing list archieves. Thanks & regards, Ertan Küçükoğlu -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Ertan Küçükoğlu Sent: Wednesday, September 14, 2016 3:27 PM To: 'ICS support

Re: [twsocket] Problem with TFtpClient - Access Violation error

2016-09-14 Thread Ertan Küçükoğlu
> Yes, but when you read or write a stream, the next read/write position is where you last left it, and you probably read > beyond the stream end, and then got an AV trying to write there. > > Clear the stream before every request. Something is odd on my side and I cannot find it. This is a

Re: [twsocket] Problem with TFtpClient - Access Violation error

2016-09-14 Thread Ertan Küçükoğlu
-Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Wednesday, September 14, 2016 10:33 AM To: twsocket@lists.elists.org Subject: Re: [twsocket] Problem with TFtpClient - Access Violation error > > I have no

[twsocket] Problem with TFtpClient - Access Violation error

2016-09-13 Thread Ertan Küçükoğlu
DirStream in OnCreate procedure of the form. Above line which create it in case it is not already is added later when I could not solve AV errors. I simply could not understand what is the problem here. Any help is appreciated. Regards, Ertan Küçükoğlu -- To unsubscribe or change your settings fo

[twsocket] FTPClient1 - OnError() event

2016-08-02 Thread Ertan Küçükoğlu
on the component (such as change directory, connect, disconnect, etc)? Can I put a "Operation interrupted" kind of message after I print error message on the screen? If an OnError() event is not absolute stop of execution, how can I know it will continue? Thanks. Regards, Ertan

[twsocket] FW: TFtpClient - listing filenames using stream

2016-07-25 Thread Ertan Küçükoğlu
Hello, I confirm that I am still not able to solve my issue below. Thanks. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Ertan Küçükoğlu Sent: Thursday, July 21, 2016 7:53 PM To: twsocket@lists.elists.org Subject: [twsocket] TFtpClient

[twsocket] TFtpClient - listing filenames using stream

2016-07-21 Thread Ertan Küçükoğlu
02.361 > TYPE I 2016-06-22 04:12:02.455 < 200 Command okay. = END ===== Thanks. Regards, Ertan Küçükoğlu -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TFtpClient - listing filenames

2016-07-21 Thread Ertan Küçükoğlu
361 > TYPE I 2016-06-22 04:12:02.455 < 200 Command okay. = END ===== Thanks. Regards, Ertan Küçükoğlu -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TFtpClient - listing filenames in stream

2016-07-21 Thread Ertan Küçükoğlu
02.361 > TYPE I 2016-06-22 04:12:02.455 < 200 Command okay. = END ===== Thanks. Regards, Ertan Küçükoğlu -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Pinging multipe hosts

2016-03-14 Thread Ertan Küçükoğlu
I have prepared two test projects. There is one TMagIpLog component dropped on form for each project. One test project is listening its local TCP port 5000. LogProtocol is set to logprotTcpServer. Second test project is trying to establish a connection to the first test Project using same port

Re: [twsocket] Pinging multipe hosts

2016-03-13 Thread Ertan Küçükoğlu
Yes, I know that I have to use ICS in sync mode and depend on events. Even I, like many others am not used to think & code like that though, am trying to manage. Actually, I believe I got it. Thing is I don't know how to implement it in my current function. Below is my code where I need to

Re: [twsocket] Pinging multipe hosts

2016-03-13 Thread Ertan Küçükoğlu
Actually, I started to implement TWSocket in my code before I got your e-mail, Angus. Pretty confused and stuck at the moment. Give this to my literally *no knowledge* of using sockets. Below is as far as it gets. I copy-paste from sample applications. Changed some code as to my understanding. In

Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread Ertan Küçükoğlu
I thought, at first, that ping might be a solution. After reading your post, I better find another way to check if client is running. More details about subject: - I will be writing both applications that running on server and client. - Client will inform server first time it is running thru a