Class DotNetFtpServerBuilderExtensions
Extension methods for IFtpServerBuilder.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
Syntax
public static class DotNetFtpServerBuilderExtensions
  Methods
| Improve this Doc View SourceUseDotNetFileSystem(IFtpServerBuilder)
Uses the .NET file system API.
Declaration
public static IFtpServerBuilder UseDotNetFileSystem(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.  |