Difference between revisions of "TFtpServer.Options"
Jump to navigation
Jump to search
m |
|||
Line 9: | Line 9: | ||
:'''type''' TFtpsOption = (ftpsCwdCheck, ftpsCdupHome); | :'''type''' TFtpsOption = (ftpsCwdCheck, ftpsCdupHome); | ||
:'''type''' TFtpsOptions = set of TFtpsOption; | :'''type''' TFtpsOptions = set of TFtpsOption; | ||
+ | |||
+ | When ftpsCwdCheck is set in Options, ftpCwdCheck is set in the Options of each client connection accepted. | ||
+ | |||
+ | When ftpsCdupHome is set in Options, ftpCdupHome is set in the Options of each client connection accepted. |
Revision as of 09:36, 1 August 2008
Definition
property Options: TFtpsOptions
Description
Options set to change component behaviour.
- type TFtpsOption = (ftpsCwdCheck, ftpsCdupHome);
- type TFtpsOptions = set of TFtpsOption;
When ftpsCwdCheck is set in Options, ftpCwdCheck is set in the Options of each client connection accepted.
When ftpsCdupHome is set in Options, ftpCdupHome is set in the Options of each client connection accepted.