Ejemplo n.º 1
0
 public void method_13(bool bool_2)
 {
     try
     {
         FTPConnection.smethod_2(this.FTPIP, 21, this.FTPUser, this.FTPPassword, "REMO " + (bool_2 ? "Y" : "N"));
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex.ToString());
     }
 }
Ejemplo n.º 2
0
 public void method_12(string string_4)
 {
     try
     {
         FTPConnection.smethod_2(this.FTPIP, 21, this.FTPUser, this.FTPPassword, "INST install/" + string_4);
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex.ToString());
     }
 }