Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread brian
I checked the file, it seems to be ok, and there's no viruses in my system either. Running admin account Where else can I check for what's wrong ? Thanks. # Copyright (c) 1993-1999 Microsoft Corp. # # This file contains port numbers for well-known services defined by IANA # # Format: # # / [a

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread Francois PIETTE
Sometimes the files is OK but not at the right place. The virus change the location of the file specified in the registry, so the system doesn't find it. But to be sure, just run the program (or ICS demo) as a normal program and see if you have the error also. If you have Norton Security, disabl

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread brian
You are right. I tried to run the ftp server demo as a normal app and it failed to resolve "ftp" port. Something happened in the last few days since it was working earlier. I am quite sure I haven't been infected by a virus though, I keep a good security profile on my system. I don't have norton

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread Wilfried Mestdagh
Hello Brian, The folder where the file is in a registry key. It is mentioned once a while in this group. Eventually try the searchable archive. --- Rgds, Wilfried http://www.mestdagh.biz Friday, August 12, 2005, 19:04, brian wrote: > You are right. I tried to run the ftp server demo as a normal

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread brian
I found the folder in the registry, under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters DataBasePath: %SystemRoot%\System32\drivers\etc - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, August 12, 2005 19:2

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread Francois PIETTE
> You are right. I tried to run the ftp server demo as a normal app and it > failed to resolve "ftp" port. Something happened in the last few days > since > it was working earlier. I am quite sure I haven't been infected by a virus > though, I keep a good security profile on my system. I don't hav

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-12 Thread Francois PIETTE
And what about the value ? Does it point where the file is ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "brian" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, August 12, 2005 7:47 PM Subject: Re: [twsocket] FTP as system service: Cannot convert po

Re: [twsocket] HttpSrv: implementing NTLM

2005-08-12 Thread Maurizio Lotauro
On 08-Aug-05 19:08:36 Francois PIETTE wrote: >Another interesting link is this one: >http://codecentral.borland.com/Item.aspx?id=16213 >It contains code to validate usercode/password on a Windows domain. >It is a Delphi translation of the code in the article: >http://support.microsoft.com/default.

[twsocket] HttpCli content encoding

2005-08-12 Thread Maurizio Lotauro
I repost some points to discuss: a) Exception in THttpContentCoding.GetCoding method This method is called indirectly during the initialization. It seems that this is not the best moment to raise an exception. When run from Delphi, if the "Stop on Delphi exception" is not enabled, the developer se