Re: [twsocket] ICS FTP Client

2012-07-16 Thread Marc Charbonneau
I know there are files in the sub folder as I can see them with Windows Explorer. Which does not have any FTP functionality, so is this a local FTP server? You can browse FTP servers with Windows Explorer, you just need to type the address in the address bar. Ex.: ftp://usern...@ftpserver.com

Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-28 Thread Marc Charbonneau
Using Delphi 7 here. Still waiting for Linux support before I fork the cash to upgrade. They keep telling me it's coming... On Wed, Mar 28, 2012 at 2:59 PM, François Piette francois.pie...@skynet.be wrote: Hi ! I’m planning the next ICS version… Being unable to use any features added to

Re: [twsocket] Merry Christmas

2011-12-24 Thread Marc Charbonneau
Joyeux Noël à tous ! De Montréal, Québec -- 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] Creatively annoying a host

2011-07-06 Thread Marc Charbonneau
My various web servers suffer regular attacks looking for exploits, the current one is looking for php, 100 odd URLs at a time including: GET //dbadmin/scripts/setup.php GET //phpMyAdmin-2.5.5-rc1/scripts/setup.php GET //mysqlmanager/scripts/setup.php GET /muieblackcat In my ICS web

Re: [twsocket] TTwitter component

2011-02-27 Thread Marc Charbonneau
It is my understanding the GPL v3 license restricts any commercial closed source use except in the case that the GPL'ed source code is compiled into a separate library that is linked to during run-time vs. being compiled into the exe file itself. LGPL (for LesserGPL) let you link to a library

Re: [twsocket] TTwitter component

2011-02-21 Thread Marc Charbonneau
Always been a bit skeptic about open source, how do you make money from that :) Just ask RedHat or Canonical, for example. Better yet, ask François ! Like Jeff said, you're not open-sourcing your application, just the component. In return, you will get lots of debugging/testing and even

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-04 Thread Marc Hale
No prob I now how it us we are all coders I did drive me crazy for 3 days Sent from my iPhone On Feb 4, 2011, at 8:52 AM, Francois PIETTE francois.pie...@skynet.be wrote: GOT IT WOKRING. In the environment variables there was a setting platformbuild = BCB or HCB I removed that and now

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
I tried that. Still did not show the ssl installing but when I compiled the sample project it died on every project that had the {$IFNDEF NOFORMS} Bomb('Please add NOFORMS to your project defines to reduce exe size'); {$ENDIF} I checked the defines in each one and it has NOFORMS;DEBUG Its

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
I found this online I was wondering if someone could please confirm something for me. Recently I found out that Delphi 2007 has problems with Conditional Defines, something due to the use of MSBuild. While it's been a recent find for me, apparently this problem has been around since the release

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
GOT IT WOKRING. In the environment variables there was a setting platformbuild = BCB or HCB I removed that and now the defines work all compiled fine. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: Thursday,

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-02 Thread Marc Hale
. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: Marc Hale firedude...@att.net To: 'ICS support mailing' twsocket@elists.org Sent: Tuesday

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-01 Thread Marc Hale
Message - From: Marc Hale firedude...@att.net To: twsocket@elists.org Sent: Tuesday, February 01, 2011 2:28 AM Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL Just got a new PC and installed Delphi 2007 trying to install ICS SSL which i already have installed on my 2 other

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-01 Thread Marc Hale
delete every file OverbyteIcs*.dcu anywhere on you harddisk. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: Marc Hale firedude...@att.net

[twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-01-31 Thread Marc Hale
Just got a new PC and installed Delphi 2007 trying to install ICS SSL which i already have installed on my 2 other machines working fine. not matter what i do when i build and install the 2007 group it will not install SSL. i have check the package and USE SSL is defined. i compiled it on a

Re: [twsocket] SslWSocketServer SslWSocket

2011-01-17 Thread Marc Charbonneau
I have made this test procedure which works but only if there is just one client. - {This procedure sends the command to the clients and it works very nicely.} procedure

Re: [twsocket] SslWSocketServer SslWSocket

2011-01-17 Thread Marc Charbonneau
so change your procedure to something like this : procedure TSimpleSslServerForm.SendCommand(ClientNo: integer); begin SslWSocketServer1.Client[ClientNo].SendStr(ledSendCommand.Text); Display('Command sent: ' + ledSendCommand.Text); end; How do you set this -- (ClientNo)? How do you get

Re: [twsocket] SslWSocketServer SslWSocket

2011-01-17 Thread Marc Charbonneau
On Mon, Jan 17, 2011 at 2:26 PM, daniel cc dan...@signedsource.com wrote: Well, without knowing more on your setup, one way I can see to differentiate your clients is with their IP. The client IP is available in Client[x].PeerAddr. My setup? I am working on a demo, I have memo field where

Re: [twsocket] SslWSocketServer SslWSocket

2011-01-17 Thread Marc Charbonneau
Here is what I have, and please see the line for the client number, Now I at least now where should I define it, just need to find out how? --- procedure TSimpleSslServerForm.SslWSocketServer1ClientConnect(  

Re: [twsocket] SslWSocketServer SslWSocket

2011-01-17 Thread Marc Charbonneau
Marc, Why we are jumping to the another planet now? We are soo close!! Can you please see the code! This is just getting complicated all the time. Isn't this component having anything such as: CLIENTID?, CLIENTNO?, ID? which could be posted here in the same way as the IP address

Re: [twsocket] Season's greetings

2010-12-25 Thread Marc Charbonneau
Joyeux Noël et Bonne Année 2011 à tous ! De Montréal, Québec, Canada On Thu, Dec 23, 2010 at 7:26 PM, DZ-Jay d...@caribe.net wrote: ¡Feliz Navidad y un próspero Año Nuevo a todos! (Merry Christmas and a prosperous New Year to everyone!)        dZ. On Dec 23, 2010, at 17:40, Maurizio

Re: [twsocket] Website hacked?

2009-11-03 Thread Marc Charbonneau
I then cleared the Firefox cache (Shift-Control-Delete) and opened www.overbyte.be Result: Popup blocked! Then clicked on Products/ICS. Result: Popup! I won a lottery! I get the same thing with Firefox under Linux, except that I didn't won the lottery, I just got an ad for 11 hosting. -- To

Re: [twsocket] TWSocket doesn't always send my data?

2009-05-25 Thread Marc Charbonneau
You may use the evaluation version of CommView to capture localhost connections. See http://www.tamos.com/products/commview/ hope this help On Mon, May 25, 2009 at 3:04 PM, Markus Humm markus.h...@freenet.de wrote: You should use a network monitor (packet sniffer) to see if your message is

Re: [twsocket] Throttling solution - Integrate Dan's throttler into ICS?

2006-12-13 Thread Marc
Hi Dan Did you update it for V6 ? Or currently it only work for V5 ? Thanks Marc At 17:22 2006-12-10, you wrote: Hi Jack, You should be able to derive your own class from TWSocketServer which instantiates throttled sockets instead of regular ones. Then you don't have to modify ICS code. I

Re: [twsocket] httpcli downloading zip files

2006-06-09 Thread Marc A. Hale
://www.overbyte.be - Original Message - From: Marc A. Hale [EMAIL PROTECTED] To: twsocket@elists.org Sent: Thursday, June 08, 2006 11:22 PM Subject: [twsocket] httpcli downloading zip files i'm using the httpcli to download http files. if i do a get a a html page is fine. if i try

[twsocket] httpcli downloading zip files

2006-06-08 Thread Marc A. Hale
.free; Marc A. Hale MJK Software Writers [EMAIL PROTECTED] -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http

[twsocket] Duplicate listing in TFtpServer

2006-02-13 Thread Marc
in the directory, more the problem occur. I have test with V5 and I don't see this problem only with V6. Thanks Marc -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] ICS v6

2006-02-11 Thread Marc
I have test it a little bit, got some strange bug with TFtpServer component that I trying to debug, like getting duplicate file listing. Marc TYPSoft At 09:03 2006-02-11, you wrote: Is anyone actually using this yet? For testing or for real commercial applications? I've avoided v6 so far

Re: [twsocket] 500: PAQSV exception No available PASV ports

2005-11-08 Thread Marc
come to with no free port just by checking some directory just because this will use a port for each send. The PasvPortRangeStart set the start the max set the max and when the server can't use any port, this give you the No available PASV ports. HTH Marc TYPSoft http://www.typsoft.com At 03