Esempio n. 1
0
 public FtpClient(FtpOptions options, ILogService log)
 {
     _credential = options.GetCredential();
     _log        = log;
 }