Interface IFileSystemFeature
File system feature.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFileSystemFeature
Properties
| Improve this Doc View SourceCurrentDirectory
Gets the current IUnixDirectoryEntry of the current Path.
Declaration
IUnixDirectoryEntry CurrentDirectory { get; }
Property Value
Type | Description |
---|---|
IUnixDirectoryEntry |
FileSystem
Gets or sets the IUnixFileSystem to use for the user.
Declaration
IUnixFileSystem FileSystem { get; set; }
Property Value
Type | Description |
---|---|
IUnixFileSystem |
Path
Gets or sets the current path into the FileSystem.
Declaration
Stack<IUnixDirectoryEntry> Path { get; set; }
Property Value
Type | Description |
---|---|
Stack<IUnixDirectoryEntry> |