搜索资源列表
linuxdown-1.0.0
- linux下的ftp客户端,支持多线程下载, c代码实现,功能强大-the ftp client, support for multi-threaded download, c implementation of the code, powerful
NTServiceSampile100
- 想要编写NT服务的同志们可以下载该源代码。该程序建立一个Window NT内核服务程序,由于内核服务程序没有交互界面,所以该程序还启动一个TCP网络接口,可以和客户端 进行数据和命令通信,通信协议在头文件中有详细说明,该程序只要稍加改动就能实现功能强大的网络服务程序。该服务启动以后可以在[开始]菜单[运行]栏里输入“telnet localhost 7815”进行测试。 同时还提供了一个对服务进行控制的通用工具(NTServerControlUtility.exe),可以注册、启动、停止
LanManage
- 局域网监控系统 包括源代码、设计文档、测试文档、需求分析 源代码包括客户端和服务端 设计良好,功能非常多,非常值得下载
fget.tar
- 应用平台 SCO OpenServer 5 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台. 以Windows客户为例,以下简要说明其使用方法. 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名.然后,从终端仿真器的传输" 菜单选接收二进制文件选项,输入本地文件名后,即可接收文件. 2、internet连接方
aMule
- Linux系统下的P2P协议下载客户端,采用C++编写,支持eMule协议,支持Kav,稳定快速。
QTtorrent
- 基于QT4图形库的BT下载客户端源码,支持多平台,包括Linux,Windows,MacOS,只要操作系统中安装有QT的图形库即可。
LinuxFTP
- 模拟linux平台下边的vsFtp服务器可以实现文件的断点续传和下载,任何客户端均可使用
client
- linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
sancho-src
- SANCHO,最好的MLDONKEY客户端,LINUX下载盒子必备
ftp_client
- linux环境下ftp客户端,可是实现从ftp服务器下载文件并显示现在信息,。包括源文件和Makefile文件,需要libcurl库,直接make。 执行命令方法:./ftp_client ftp://ip:port xx.avi /include(本地路径) linux内核版本:2.6.25-14.fc9.i686 GCC版本:4.3.0-no comments
《Linux C编程实战》附书源代码
- 《Linux C编程实战》附书源代码,内包含一个完整的BT下载客户端源代码。-"Linux C Programming combat " with the book source code, and contains a complete source code for BT download client.
FTP_linux
- 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
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
- 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the follo
linuxdown-1.2.0.tar
- FTP多线程下载客户端 在linux下解压,编译,运行 按照运行提示即可实现linux下的多线程下载-FTP multi-threaded download client under linux unzip, compile, run prompts can be realized in accordance with the running of multi-threaded linux download
FileDownCSCode
- CS结构的文件下载系统服务端和客户端的源码-CS structure File Download System Services client and the client source code
wlet
- linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
FTP客户端
- FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
ftp_client
- 一个代码简洁但功能强大的,基于Linux C的ftp客户端的实现。一个很好的参考例子。在做相关ftp文件传输的项目的小伙伴值得下载一看。(A code compact but powerful Linux C based implementation of the FTP client. A good example of reference. The small partner in the project that does relevant FTP file transfers is wo
ftp文件上传下载
- Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)