搜索资源列表
linuxdown-1.0.0
- linux下的ftp客户端,支持多线程下载, c代码实现,功能强大-the ftp client, support for multi-threaded download, c implementation of the code, powerful
client
- linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
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
lftp-4.3.2.tar
- lftp是linux下用的FTP client,功能强大,适合于嵌入式系统。-lftp is a FTP client under linux ,it is suitable for embedded systems.
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
cmdftp-0.9.4
- ftp客户端程序 ,在linux环境运行 有完整的ftp命令-ftp client program, running in linux environment complete ftp command
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
- linux下,简单FTP的实现,客服端,和服务器段的代码都有。-Under linux, the realization of a simple FTP, client service, and servers have the code above.
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
FTP
- Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
ftpC
- ftp客户端服务器程序,在linux上实现的-ftp client and server program
client
- linux c ftp 客户端实现下载功能!-linux c ftp client to achieve download!
myftp
- ftp客户端的实现 ,用c语言实现,在linux下gcc测试通过-ftp client implementation, using c language, tested in gcc under linux
client
- linux下c语言实现的FTP客户端 可和服务器端一同实现在linux下的文件传输功能-linux c language under the FTP client and server can be achieved with the linux file transfer capabilities under
FTP_socket
- 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
netkit-ftp-0.17
- netkit_ftp_0.17,是linux下ftp的客户端命令行工具。这是在UBUNTU 10.04仓库中apt下来的。-netkit_ftp_0.17, the linux ftp client code
7.4
- Linux 多线程FTP 客户服务器端 Linux 多线程FTP 客户服务器端 Linux 多线程FTP 客户服务器端- Linux ftp client server Linux ftp client server Linux ftp client server Linux ftp client server
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)