Difference between revisions of "TFtpServer.Options"

From Overbyte
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
Options set to change component behaviour.
 
Options set to change component behaviour.
  
:'''type TFtpsOption     = (ftpsCwdCheck, ftpsCdupHome);'''
+
:'''type''' TFtpsOption = (ftpsCwdCheck, ftpsCdupHome);
:'''type TFtpsOptions     = set of TFtpsOption;'''
+
:'''type''' TFtpsOptions = set of TFtpsOption;

Revision as of 09:33, 1 August 2008

Definition

property Options: TFtpsOptions

Description

Options set to change component behaviour.

type TFtpsOption = (ftpsCwdCheck, ftpsCdupHome);
type TFtpsOptions = set of TFtpsOption;