TFtpServer.Options

From Overbyte
Revision as of 09:36, 1 August 2008 by Paul adams777 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.