资源列表
tftp1
- 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
C++ FTP服务器
- 用C++写的FTP服务器端源代码
pablo ftp
- Pablo's FTP Server is a multi threaded FTP server for Windows 98/NT/XP. It comes with an easy to use interface and can be accessed from the system tray. The server handles all basic FTP commands and offers easy user account management and support for
myftpd
- 采用socket编程,在rh9中编译通过
类是ftpcute界面.rar
- 类是ftpcute界面 ,可上传和下载
MATLAB时频分析技术极其应用
- MATLAB时频分析技术极其应用
ftp服务器与和客户端代码
- ftp服务器与和客户端代码
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
FtpServer
- 开启ftp服务器功能,客户端可连接,所含源码有详细解释,新收学习的好资料-Open the ftp server, the client can be connected, contained in source code are explained in detail, the new study and a good collection of information
miniftp
- c++写的ftp服务器,比较实用简单,亲自测试过,保证能用,自己可以修改源代码-c++ to write the ftp server, more practical and simple, personally tested, guaranteed to last, they can modify the source code
RemoteControl_2008-11-20_13-06
- 简易的FTP服务器端和客户端实现,用java编写-Simple FTP server and client implementation, using java prepared
echoserv
- This program demonstrates a simple TCP/IP server. It will accept a connection from a client application, receive one line of text, echo that line back to the client and close the connection.