프로젝트 편집창에 FTP Explorer 기능 추가

This commit is contained in:
chikyun.kim
2019-04-23 13:22:58 +09:00
parent 8941f9d871
commit 1b487e8c5d
19 changed files with 829 additions and 234 deletions

View File

@@ -39,5 +39,10 @@ namespace FCOMMON
public static string libxlCompany = "Amkor Technology korea, Inc";
public static string libxlKey = "windows-282b2b0800c5e0016bb06a6fafjfd6o8";
public static int camIndex = 0;
public static string ftp_ip = "10.131.36.205";
public static string ftp_id = "project";
public static string ftp_pw = "Amkor1234";
public static int ftp_port = 2121;
public static bool ftp_passive = true;
}
}