您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. FTP客户端源码

  2. 跨平台的C++FTP客户端源码 class ftpclient { public: ftpclient(const char* connmode="port", const char* transmode="binary"); ~ftpclient(void); int connect(const char* addr, short port); int disconnect(); int login(const char* username, const char* passwd); int
  3. 所属分类:C++

    • 发布日期:2013-05-08
    • 文件大小:5kb
    • 提供者:zhaowangan
  1. 下载FTP站点文件au3源码

  2. #include #include ;---------------------读取FTP设置信息------------------------ Global Const $config = @scr iptDir & "\FTPCONFIG.INI" If FileExists($config) Then Global $server = IniRead($config, "set", "server", "") Global $username = IniRead($config,
  3. 所属分类:其它

    • 发布日期:2014-08-11
    • 文件大小:851byte
    • 提供者:yxg8855