// called when all the files are transferred
 // and testing has to be initiated.
 public void TransferComplete(string path)
 {
     Tester tstr = new Tester();
     Thread t = tstr.SelectConfigAndRun(path);
 }