Re: FTPServer seems to crash except when Control.T (General questions)
Mark,
DebugFile Property is hidden property. So probably this is a reason why you don't see that property in list of wodFtpServer properties.
Here is example how to add DebugFile Property to your code:
[code] FtpD.DebugFile = c:\debug.txt
FtpD.Start[/code]
Drazen