文件名称:ftp动态库文件
文件大小:170KB
文件格式:ZIP
更新时间:2019-06-16 04:31:27
ftp动态库
function int ftpInit() LIBRARY "ftpdll.dll" //初始化 function int ftpFree() LIBRARY "ftpdll.dll" //用完以后释放 包括中断连接 function int ftpLogin(string ip,string user, string pwd) LIBRARY "ftpdll.dll" //登陆ftp服务器 function int ftpCd(string dir) LIBRARY "ftpdll.dll" //服务器端的目录 function int ftpGet(string remotefile, string localfile) LIBRARY "ftpdll.dll" //下载文件
【文件预览】:
ftp动态库
----ftpdll.dll(323KB)
----函数说明.txt(397B)