0
希望得到一些幫助cmd和ftp.exe錯誤WScript.Shell
我正在使用此腳本來ftp到我的一臺服務器。
<%
Set oShell = CreateObject("WScript.Shell")
cmdLine = "c:\windows\system32\ftp.exe -v -i -s:C:\windows\system32\ftp.exe -s:"+Request.Form("website")+""
tempRet = oShell.Run("c:\windows\system32\cmd.exe /c " & cmdLine, 0, true)
set oShell = nothing
waitTime = numberOfFiles * 2
startTime = Timer
do while timer < startTime + waitTime
loop
%>
我突然得到這個錯誤代碼,可能只是不知道它。
錯誤 'FFFFFFFE'