Interface IEncodingFeature
Encoding of commands, paths and/or names.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IEncodingFeature
Properties
| Improve this Doc View SourceDefaultEncoding
Gets the default encoding.
Declaration
Encoding DefaultEncoding { get; }
Property Value
| Type | Description |
|---|---|
| Encoding |
Encoding
Gets or sets the encoding for commands and paths.
Declaration
Encoding Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| Encoding |
NlstEncoding
Gets or sets the Encoding for the NLST command.
Declaration
Encoding NlstEncoding { get; set; }
Property Value
| Type | Description |
|---|---|
| Encoding |
Methods
| Improve this Doc View SourceReset()
Reset all encodings to the default encoding.
Declaration
void Reset()