搜索资源列表
socketftp
- 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Li
ftp-socket
- 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
libncftp-3.1.5
- linux/unix windows 中的采用socket方式建立连接的ftp源码,已经在很多大型项目使用过。
ftpputget
- 在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
linux下的FTP客户端和服务器源代码
- linux下的FTP客户端和服务器源代码 socket编程,linux under the FTP client and server source code for socket programming
ser_cli
- 基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。 开发测试环境:Red Hat Linux 3.2.2-5 编译工具:gcc 3.2.2 20030222 -TCP-based network control panel under the ftp (C/S),
client-1.0.tar
- Linux环境下的ftp服务端程序。采用了SOCKET套接字。-Linux environment ftp server program.
ftpclient1
- C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
ftpserver1
- C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
ftpclient
- linux下ftp客户端 通过socket编程实现-ftp client under linux socket programming by
os
- 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
os111
- 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
FTP
- 此为Linux下SOCKET编程的FTP代码,谢谢分享-Linux FTP socket
ftp
- 通过学习linux下Socket编程,根据ftp协议,可以编写一个小型的ftp服务器和客户端,实现用户登录对文件的上传和下载的功能。-Learning under linux Socket programming, according to the ftp protocol, you can write a small ftp server and client, the user is logged on the file upload and download function.
ftp
- linux下FTP类的实现:通过socket实现FTP,可以连接、创建目录、上传文件、下载文件、断开连接-realization under linux FTP: FTP, through the socket can be connected to create directories, upload files, download files, disconnect
linux-socket-3
- 客户端和服务端 网络程序和普通的程序有一个最大的区别是网络程序是由两个部分组成的--客户端和服务器端. 客户端 在网络程序中,如果一个程序主动和外面的程序通信,那么我们把这个程序称为客户端程序。 比如我们使用ftp程序从另外一 个地方获取文件的时候,是我们的ftp程序主动同外面进行通信(获取文件), 所以这个地方我们的ftp程序就是客户端程序。 服务端 和客户端相对应的程序即为服务端程序。被动的等待外面的程序来和自己通讯的程序称为服务端程序。 比如上面的文件获取
linux-ftp
- tcp socket tcp socket tcp socket -tcp socket tcp socket tcp socket tcp socket tcp socket tcp socket
ftpServer-on-linux
- 用linux下socket写的简单的ftp服务器-Written under linux socket with a simple ftp server
Linux-ftp
- Linux下简单的FTP客户端程序. 这个FTP客户端程序主要分两个模块,一个是ftp_socket.c,负责socket方面的操作,另外一个是ftp.c,负责FTP的操作实现。有参考了网上开源的项目中PORT和PASV部分的处理,其他其实都挺简单的。核心代码不到900行,其中有一些地方没考虑得很全面,一些处理得不够优雅,以后慢慢再修改.-ftp linux sample