Enum SecurityActionResult
Default status codes for the FTP security extensions according to RFC 2228.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public enum SecurityActionResult
Fields
| Name | Description |
|---|---|
| CommandProtectionLevelDenied | Command protection level denied for policy reasons. |
| CommandProtectionLevelNotSupported | Command protection level not supported by security mechanism. |
| FailedSecurityCheck | Failed security check (hash, sequence, etc). |
| RequestDenied | Request denied for policy reasons. |
| RequestedProtLevelNotSupported | Requested PROT level not supported by mechanism. |
| RequestedSecurityMechanismOkay |
|
| ResourceUnavailable | Need some unavailable resource to process security. |
| SecurityDataAcceptable |
|
| SecurityDataExchangeComplete | Security data exchange complete. |
| SecurityDataExchangeSuccessful |
|
| UserLoggedIn | User logged in, authorized by security data exchange. |
| UsernameOkayNeedPassword | Username okay, need password. Challenge is "....". |