Interface IAnonymousFtpUser
The anonymous FTP interface.
Namespace: FubarDev.FtpServer.AccountManagement
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
[Obsolete("Use ClaimsPrincipal")]
public interface IAnonymousFtpUser : IFtpUser
Remarks
The password is interpreted as e-mail.
Properties
| Improve this Doc View SourceGets the e-mail of the anonymous user which was given as password.
Declaration
string? Email { get; }
Property Value
Type | Description |
---|---|
Nullable<String> |