FTP下载,基于socket实现.
//函数说明:普通方式下载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
用户评论
很有借鉴意义
看看,支持下
感觉还可以,非常有用。
能使用,谢谢分享
还可以 能运行
能使用,不过没有超时等其它情况的处理。
这个无从下手!