Class UnixFsFtpServerBuilderExtensions
Extension methods for IFtpServerBuilder.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.FileSystem.Unix.dll
Syntax
public static class UnixFsFtpServerBuilderExtensions
Methods
| Improve this Doc View SourceUseUnixFileSystem(IFtpServerBuilder)
Uses the Unix file system API.
Declaration
public static IFtpServerBuilder UseUnixFileSystem(this IFtpServerBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IFtpServerBuilder | builder | The server builder used to configure the FTP server. |
Returns
Type | Description |
---|---|
IFtpServerBuilder | the server builder used to configure the FTP server. |