Example #1
0
 public void SetUp()
 {
     _ftpServer = new FtpIntegrationServer(_dir.FullName, 2121);
     _webServer = new HttpIntegrationServer(_dir.FullName, 2123);
 }
Example #2
0
 public Test()
 {
     server = new FtpIntegrationServer(dir.FullName, 2121);
 }
Example #3
0
 public Test()
 {
     server = new FtpIntegrationServer(dir.FullName, 2121);
 }