xfile.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #ifndef XFILE_H
  2. #define XFILE_H
  3. class XFTPFile {
  4. public:
  5. XFTPFile(const char *url) { //打开远程机器的地址
  6. }
  7. };
  8. #endif