public FtpServerBridgeService(IFtpServerHost ftpServerHost, ILogger <FtpServerBridgeService> logger)
 {
     _ftpServerHost    = ftpServerHost;
     _ftpServerOptions = Configuration.FtpServerOptions;
     _logger           = logger;
 }
예제 #2
0
 public FtpReadingService(IOptions <FtpServerOptions> options)
 {
     _options = options.Value;
 }