HOME > ASP > ASP Forum > การประกาศ ตัวแปรเพื่อ ไว้ใช้ แล้ว เกิด Error Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'strLocalFTP' /myASP/myProject/configFTP.asp, line 9
การประกาศ ตัวแปรเพื่อ ไว้ใช้ แล้ว เกิด Error Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'strLocalFTP' /myASP/myProject/configFTP.asp, line 9
<%
'สำหรับ get file from FTP
dim strLocalFTP
dim strRemoteFTP
dim strServer
dim strUser
dim strPassword
strLocalFTP = "C:\inetpub\wwwroot\myASP\myProject\FilesNewVer\EndoSMART.exe"
strRemoteFTP = "/EndoSMART/EndoSMART.exe"
strServer = "191.169.1.33"
strUser = "Win777"
strPassword = "asdffort"
%>