登录 注册
当前位置:主页 > 资源下载 > 10 > FTP动态链接库文件

FTP动态链接库文件

  • 更新:2024-08-28 19:24:26
  • 大小:170KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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" //下载文件