Re: [twsocket] Project proposal

2007-05-10 Thread Marco van de Voort
(Old msg, Francois dd 27-02-2007, just some simple IMH(O) opinions) > In my opinion, you will just sell nothing in the Linux world. (nobody said you have to) > Linux users wants free software (Not all users I sell Linux to are linux users) > That's the main problem. Do not start any > invest

[twsocket] SmtpClient and aborting connection

2007-05-10 Thread Markus Humm
Hello, Wilfried suggested today that I should use a timer. Basically a good idea, but how to do? The com-server's function should send the mail and either return sort of true if successfull or false if not (it actually would return the mail server's address or a empty string if not successfull

[twsocket] SmtpClient and aborting connection

2007-05-10 Thread Markus Humm
Hello, I've still or even worse trouble with this e-mail sending. maybe I should explain it more in detail what my environment is and what I want to do. Okay I have this: COM Client -> COM-Server -> ICS SmtpClient | Other application connected via TWSocket (TCP)

[twsocket] OT Vista and Delphi warning

2007-05-10 Thread Dod
Hello, Just a word to tell a very bad thing that just happened to me (8 hours work lost). I use Delphi 7 under Vista ? Now I do nearly all my developments using Vista machine to be sure they work as they should (I had too much non-working or work-strange projects with this new OS). Until n

Re: [twsocket] TFtpServ that uses FTP user's Windows accountsecurity context

2007-05-10 Thread Arno Garrels
> Is this normal? I think so, since a newly created user is a member of group Everyone by default which has read-permission to most files. I tested with a newly created group FTP-Users to which I denied certain NTFS-rights for testing purposes (there's probably a smarter way). -- Arno Garrels [Te

Re: [twsocket] TFtpServ that uses FTP user's Windows account security context

2007-05-10 Thread Fastream Technologies
Hello Arno, I use Windows Vista Business. I went to the control panel and created what's called a "limited" user. Now that user can go into C:\Windows and list file/folder listings when logged in with your server demo. Is this normal? Regards, SZ On 5/10/07, Arno Garrels <[EMAIL PROTECTED]> wr

[twsocket] TFtpServ that uses FTP user's Windows account security context

2007-05-10 Thread Arno Garrels
> Perhaps you can code the NTLM into ICS FTP Server demo? Believe me > there is DEMAND for it! Fastream offers you $200 for the task to be > completed in 10 days plus we can help you test. I know $200 is not > much for a German company but this code could be used by many people > so it's well spent

Re: [twsocket] SmtpClient and aborting connection

2007-05-10 Thread Wilfried Mestdagh
Hello Markus, You dont have to loop. Just set a Timer and Connect, that's all. You can disable the Timer in OnSessionConnected. If timer expires just call Abort. When OnSessionClosed is called set a flag. When OnRequestDone is called and session is closed start your next connection (depending on s