Class DotNetFileSystemOptions
Options for the .NET API based file system access.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.DotNet
Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
Syntax
public class DotNetFileSystemOptions
Properties
| Improve this Doc View SourceAllowNonEmptyDirectoryDelete
Gets or sets a value indicating whether deletion of non-empty directories is allowed.
Declaration
public bool AllowNonEmptyDirectoryDelete { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
RootPath
Gets or sets the root path for all users.
Declaration
public string? RootPath { get; set; }
Property Value
Type | Description |
---|---|
Nullable<String> |
StreamBufferSize
Gets or sets the buffer size to be used in async IO methods.
Declaration
public int? StreamBufferSize { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |