搜索资源列表
ftp
- 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。
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
rfc959_chn
- 完整的RFC959 ftp 中文说明,是编写ftp服务器与客户端的标准文档。-Chinese descr iption of a complete RFC959 ftp, ftp server, the preparation of standard documents with the client.
VCdemo
- vc60下的开发示例,AVI视频制作实例\BMP图片浏览器\CRC循环冗余检测\FTP客户端\HTTP服务器实例..。-vc60 demo
FtpProject
- linux下的FTP服务器。支持现在主流的FTP客户端软件。增加了一些额外的功能。-FTP server under linux. Supporting mainstream now FTP client software. Added some extra features.
FTPSERVE_TGZ
- 简单 ftp 服务器及客户端,采用TCP协议。单线程。为.tgz压缩包,不能上传,改了一下,解压时请注意。-Simple ftp server and client using TCP protocol. Single-threaded.
asdf_socketftp
- linux环境下面ftp客户端和服务器端。使用套接字完成ftp的上传和下载文件。-linux environment for the following ftp client and server. Completion of the use of socket ftp upload and download files.
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_wlq
- 自己编写的ftp客户端与服务器。实现功能强大。包括文件类功能和目录类功能。保证可执行。-I have written a ftp client and server. To achieve powerful. Class features including file and directory type functional. Ensure that the executable.
C_ftp
- 实现ftp标准协议,包括客户端和服务器端程序源码-ftp source code
FTP
- Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
ftp
- ftp服务器程序,主要功能有上传,下载,断点续传,可以统计每ip的最大连接数,客户端的最大连接数-ftp server program, the main function upload, download, HTTP, you can count every ip in the maximum number of connections, the maximum number of connections the client
ftpC
- ftp客户端服务器程序,在linux上实现的-ftp client and server program
vsftpd-1.1.0.tar
- FTP 服务器端软件,linux发行版中的标准ftp server
FTP_socket
- 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
FTP-Serv-u6.4
- FTP服务器端软件Serv-u6.4使用说明-FTP Server Software Serv-u6.4 use
FTP客户端
- FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
ydwbhga
- 我编写的一个ftp服务器端的软件,实现了基本功能,请大家提出宝贵意见哈,(I write a FTP server software, realize the basic functions, please put forward valuable opinion,)
ftp文件上传下载
- Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)