Unit 'IdFTPServer' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdFTPSecurityOptions

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdFTPServer.pas line 742

type TIdFTPSecurityOptions = class(TPersistent)

protected

  FPasswordAttempts: UInt32;

  

  FInvalidPassDelay: UInt32;

  

  FRequirePASVFromSameIP: Boolean;

  

  FRequirePORTFromSameIP: Boolean;

  

  FNoReservedRangePORT: Boolean;

  

  FBlockAllPORTTransfers: Boolean;

  

  FDisableSYSTCommand: Boolean;

  

  FDisableSTATCommand: Boolean;

  

  FPermitCCC: Boolean;

  

public

  constructor Create; virtual;

  

  procedure Assign(); override;

  

published

  property PasswordAttempts: UInt32; [rw]

  

  property InvalidPassDelay: UInt32; [rw]

  

  property RequirePASVFromSameIP: Boolean; [rw]

  

  property RequirePORTFromSameIP: Boolean; [rw]

  

  property NoReservedRangePORT: Boolean; [rw]

  

  property BlockAllPORTTransfers: Boolean; [rw]

  

  property DisableSYSTCommand: Boolean; [rw]

  

  property DisableSTATCommand: Boolean; [rw]

  

  property PermitCCC: Boolean; [rw]

  

end;

Inheritance

TIdFTPSecurityOptions

  

|

TObject



CT Web help

CodeTyphon Studio