Difference between revisions of "TFtpServer.Options"
Jump to navigation
Jump to search
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Options set to change component behaviour. | Options set to change component behaviour. | ||
− | :'''type TFtpsOption | + | :'''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. |
Latest 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.