TFtpServer.Options
Revision as of 09:36, 1 August 2008 by Paul adams777 (talk | contribs)
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.