Re: [twsocket] FTPS server with special need

2008-10-19 Thread Francois PIETTE
> I have project to code special FTPS server that don't need the server to > send > Public key to client but get this key from hard coded > maybe in string or streaming inside client program and after the client is > recognized like one trusted client then gave access to his directory > 1) client

[twsocket] FTPS server with special need

2008-10-19 Thread mustdev at Bayn
Hello, I have project to code special FTPS server that don't need the server to send Public key to client but get this key from hard coded maybe in string or streaming inside client program and after the client is recognized like one trusted client then gave access to his directory 1) client con

[twsocket] ICS v5 SSL code merged and updated (mostly to V6)

2008-10-19 Thread Arno Garrels
Hi, Today I merged current SSL code (v6 including old fixes) with ICS v5. Good bye INC-files! Added the working demo applications from V6 and fixed the BCB HttpsTst demo. These changes are currently only available via the ICS SVN repository, checkout svn://svn.overbyte.be/icsv5/trunk or http://sv

Re: [twsocket] OT: Any good framework for async ADO?

2008-10-19 Thread Fastream Technologies
Also, I also need a way to pause traffic on this async ado similar to TWSocket:Pause(). Regards, SZ On Sun, Oct 19, 2008 at 3:19 PM, Fastream Technologies <[EMAIL PROTECTED]>wrote: > Hello, > > Yes, what's the best one for Delphi 2007/2009? > > Regards, > > Gorkem Ates > Fastream Technologies

[twsocket] OT: Any good framework for async ADO?

2008-10-19 Thread Fastream Technologies
Hello, Yes, what's the best one for Delphi 2007/2009? Regards, Gorkem Ates Fastream Technologies Software IQ: Innovation & Quality www.fastream.com | Email: [EMAIL PROTECTED] | Tel: +90-312-223-2830 | MSN: [EMAIL PROTECTED] Join IQWF Server Yahoo group at http://groups.yahoo.com/group/IQWFServer

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread zayin
Hi, Thanks to you both. Great information. >btw: Most email client allows you to see the message source. Just have a look at a few messages you've received. Yeah. I was worried I would release the program and some client would reply with something different and then I would be in the position t

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread Francois PIETTE
> Are the headers always in English? > > I need to search the header for the senders email address to acknowledge > the > alarm. So, I am looking for a starting marker and ending marker for the > email address. > > Are 'From:' and 'Received:' always in English or will they be translated > to > Ge

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread DZ-Jay
Zayin, Is the alarm being sent by your application? If so, the best thing to do (and what is commonly done) is for your application to create a new header. For example, you could create something like "X-Alarm-Sender". Although e-mail message headers have common standards, ther

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread zayin
Are the headers always in English? I need to search the header for the senders email address to acknowledge the alarm. So, I am looking for a starting marker and ending marker for the email address. Are 'From:' and 'Received:' always in English or will they be translated to German if the pop3 se

[twsocket] HttpsCli in service application - solved

2008-10-19 Thread Paul
Somewhere in my client class, I forgat to add a conditional compile. It was a call to get the active session ID which needed to load WtsApi32.dll (for normal program mode) Appearently, this disturbed the message loop. All runs fine now. Paul -- To unsubscribe or change your settings for TWSock

Re: [twsocket] best way to reset HttpCli

2008-10-19 Thread Fastream Technologies
Francois, See my post, it is not sufficient to use OnRequestDone. There might still be messages pending in case of abort/network error when SetReady is called twice! Regards, SZ On Sun, Oct 19, 2008 at 11:34 AM, Francois PIETTE <[EMAIL PROTECTED] > wrote: > > I am using a httpcli created on ru

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread Francois PIETTE
> Will the 'From:' and 'Received:' lines always be the text for the lines. > Or will it be translated to X language? Sorry, I don't understand what you ask. Please clarify. -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component

Re: [twsocket] best way to reset HttpCli

2008-10-19 Thread Francois PIETTE
> I am using a httpcli created on run-time. I first connect to a website, > and after DocEnd I call another procedure that changes the event > procedures and connects to a different website. On the 2nd call I get an > Exception "HTTP component is busy", so I do this before trying the 2nd > call

[twsocket] WSocket instant shutdown...

2008-10-19 Thread Ja
Hello, How do I shutdown socket instantly to PREVENT it from SENDING data that have been already "buffed" to send (by sendstr)? As I read in comments to wsocket.pas, ShutDown(1) or ShutDown(2) do send that data before shutdown... Best regards, FlashT -- To unsubscribe or change your settings for