文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)

文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)

ID:25474597

大小:54.50 KB

页数:31页

时间:2018-11-20

文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)_第1页
文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)_第2页
文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)_第3页
文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)_第4页
文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)_第5页
资源描述:

《文件传输 3断点续传与多线程传输(3 file transfer http and multi-threaded transfer)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、文件传输3断点续传与多线程传输(3filetransferHTTPandmulti-threadedtransfer)FollowingtheDIYTrojanprogrammingontwo,nowwebegantodiscusstheimplementationoftheHTTPandmulti-threadedfiletransfer.Infact,thesetwofunctionsistodownloadthesoftwareEssentialfunction,nowweaddittoourownTrojanhorse

2、toexperiencethefeelings.Referringtomulti-threadeddownload,firstofalltothenetworkantsauthorThetributetoHongYirong'spredecessoristhatmultithreadeddownloadshavecaughttheattentionoftheInternetandbecomepopular.Inthisarticle,we'llsimplyimplementitSupportforHTTPandmulti-th

3、readedtransferprocedures.Inordertoexplainmoreclearly,wewillHTTPandmulti-threadedtransferrespectivelywithtwoprocedurestoachieveImplementationofmultithreadedtransmissionRealizationprincipleThesourcefileisdividedintoNblocksbylength,andthenNthreadsareopened,eachthreadtr

4、ansfersonepiece,andfinallyallthreadthreadsaremergedAfile500Mwecantransferby5threadsbylength.Thefirstthreadmergesthe5threadfilesfrom0-100M,secondthreadsfrom100M-200MImplementationprocessThe1.clientrequeststhefileinformation(name,length)totheserver2.clientwiththefilel

5、engthtoopenupNthreadstoconnecttheserver3.,theservertoopennewthreads,communicatewiththeclientandtransferfilesThe4.clientsaveseachthreadofdatatoafile5.mergeallthreadfilesCodeimplementationGenerallyspeaking,accordingtotheabovesteps,detailedimplementationandsomemainpoin

6、ts,wefollowtheaboveprocessincodingStructuredefinitionInthecommunicationprocess,weneedtotransferinformationincludingfilename,filelength,fileoffset,operationinstructionsandotherinformation.Inordertofacilitatetheoperation,wedefinethefollowingstructuretypedefstruct{Char

7、Name[100];//filenameIntFileLen;//filelengthIntCMD;//operationinstructionIntseek;//threadstartpositionSOCKETsockid;}FILEINFO;Copycode1.torequestfileinformationTheclientcodeisasfollows:FILEINFOfi;Memset((char*)&fi,0,sizeof(FI));Fi.CMD=1;//getfileinformationIf(send(cli

8、ent,(char*),&fi,sizeof(FI),0)==SOCKET_ERROR){Cout<<"SendGetFileInfoError"";}TheservercodeisasfollowsWhile(true){SOCKETclient;If(client=a

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。