Explorar el Código

修改登录方式

Hcsy hace 8 años
padre
commit
99770299e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UAS-MES/PublicMethod/ftpOperater.cs

+ 1 - 1
UAS-MES/PublicMethod/ftpOperater.cs

@@ -29,7 +29,7 @@ namespace UAS_MES.PublicMethod
              string FTPInf = Properties.Settings.Default.Properties["FTPAddress"].DefaultValue.ToString();
            
             //连接共享文件夹
-            status = BaseUtil.connectState(FTPInf, "Administrator", "malata@123456");
+            status = BaseUtil.connectState(FTPInf);
 
         }
         #region