1. 首页
  2. 服务器应用
  3. FTP
  4. FTP下载,基于socket实现.

FTP下载,基于socket实现.

上传者: 2018-12-25 15:49:12上传 RAR文件 5.16KB 热度 60次
//函数说明:普通方式下载Ftp文件。 int Get( const string & strRemoteFile , const string & strLocalFile ) ; //函数说明:多线程方式下载Ftp文件。 int Get( const string & strRemoteFile , const string & strLocalFile , const unsigned int nThreadNumber ) ; //函数说明:上载Ftp文件,支持断点方式上传。 int Put( const string & strLocalFile , const st
用户评论
码姐姐匿名网友 2018-12-25 15:49:12

很有借鉴意义

码姐姐匿名网友 2018-12-25 15:49:12

看看,支持下

码姐姐匿名网友 2018-12-25 15:49:12

感觉还可以,非常有用。

huangtaosuan 2018-12-25 15:49:12

能使用,谢谢分享

milan_frank 2018-12-25 15:49:12

还可以 能运行

码姐姐匿名网友 2018-12-25 15:49:12

能使用,不过没有超时等其它情况的处理。

码姐姐匿名网友 2018-12-25 15:49:12

这个无从下手!