|
本帖最后由 laomao127 于 2010-11-11 20:08 编辑
#include <FTPEx.au3>
$Open = _FTP_Open('MyFTP Control')
$hConnect=_FTP_Connect($Open,"10.10.40.23","","")
_FTP_FileGetEx ($hConnect,"/wwwroot/1271212515/1271212515.ini",@ScriptDir & "\1271212515.ini")
_FTP_Close($Open)
_FTP_Close($Open)
错误提示:
C:\Documents and Settings\Administrator\桌面\桌面.au3(10,94) : ERROR: _FTP_FileGetEx(): undefined function.
_FTP_FileGetEx ($hConnect,"/wwwroot/1271212515/1271212515.ini",@ScriptDir & "\1271212515.ini")
不知道为什么,请高手忙帮
答案: 这个函数不能用_FTP_FileGetEx 换成_FTP_FileGet 这个就好了 奇怪 不知道_FTP_FileGetEx 这个函数怎么声明 请知道的人说一下 |
评分
-
查看全部评分
|