1. 首页
  2. 编程语言
  3. 其他
  4. ftp动态库文件

ftp动态库文件

上传者: 2019-02-22 13:47:13上传 ZIP文件 170.34KB 热度 27次
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,
用户评论