搜索资源列表
ftp协议实现多线程断点续传
- ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download a
一个实现FTP功能的源代码
- 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持; -1. The use o
CraftFTP_gb
- 与CuteFTP相媲美 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy
ftp客户端
- ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现; 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional
LanExplorer.rar
- 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel电子表格文
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC
ftp_and_tftp_client.tar
- Linux下C实现的ftp客户端代码,实现常用10余种功能;tftp客户端代码,实现下载功能。有BUG更改或者好的建议请通知我,衷心感谢你对我的帮助!-C under Linux achieved ftp client code to achieve more than 10 types of commonly used functions tftp client code, to achieve download function. BUG change or have good sugge
FTP
- ftp的客户端与服务器。实现了客户端的上传和下载;服务器端的删除和浏览。-ftp client and server. To achieve the client' s upload and download delete and browse the server.
MyProxy
- 这是一个简单代理服务器;支持HTTP/POP3/SMTP/FTP代理。其中只有HTTP为标准协议,其他为自定义简易协议;支持多连接并发访问。目的是为了网络的代理出口,以及隐藏IP信息。-This is a simple proxy server support HTTP/POP3/SMTP/FTP agents. Of these, only the standard HTTP protocol, the other for the custom summary agreement supp
FtpListALL
- 可以列出FTP服务器上的文件与目录;非常实用的一个工具小软件;-FTP server can list the files and directories useful a tool for small software
VC_FTP
- 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立 2.目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现;-Directory ftp server is a console based on the ftp server program, able to re
shell_script
- shell脚本包,包含自动上传压缩包到ftp服务器上。通常用于日志之类的定时备份;定时把信息写入mysql数据库;定时备份定时备份apache日志等-shell scr ipt package that contains compressed packages automatically upload to the ftp server. Often used like regular log backup regularly put information write mysql datab
FTPdemo
- FTP协议编程,具有FTP客户端的演示程序,绝对好用!-FTP;client demo
experiment
- 针对工科非计算机学生的特点,基于网络应用,在一定程度上理解网络的运行机制。 1. 掌握网络的基本命令; 2. 掌握一些网络服务的搭建过程:FTP服务器,Web服务器; 3. 掌握网络数据传输的机制:通过监听程序来加强同学对这个问题的理解。 -Non-computer engineering students for the characteristics of Web-based applications, to a certain extent, understanding o
FTP
- 一个FTP应用程序,该程序完成以下功能:⒈登录FTP服务器;⒉显示登录FTP服务器目录下的文件和目录名;⒊提供文件下载上传服务-An FTP application, the program is complete the following features: ⒈ login FTP server ⒉ display the login FTP server directory under the file and directory names ⒊ upload service to p
newFTPclient
- ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现; 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional-ftp client is a relatively simple ftp program, but the program offers a variety of interfaces that enables readers to view all
ftp
- FTP,TCP,UDP,了解XML文档格式,web service的运行原理;学习web service的开发、应用方法与过程。-FTP, TCP, UDP,学习WEB应用程序中画图和显示动画的基本方法。了解XML文档格式,web service的运行原理;学习web service的开发、应用方法与过程。
vcftp_src
- FTP客户端程序。实现功能:用户友好界面;登录功能;复制、粘贴功能;拖动功能-FTP client program. Function: user-friendly interface log function copy and paste function drag capabilities
FTP
- 一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立 -A console-based ftp server program, able to achieve most of the FTP server program Note: a. username and password for the toldo b. the main directory is c:/temp,
