搜索资源列表
一个ftp服务器的原码
- 一个FTP文件服务器的源代码。可实现简单的FTP操作。 -an FTP file server source code. To achieve a simple FTP operations.
ftp cs编程
- 这是一个说明FTP原理的程序。可以实现文件的服务器的简单管理以及客户端的简单管理。比如上传、删除文件-This a statement of principle FTP procedures. The document can be achieved by simple server management and client management simple. For example, upload, delete the file, etc.
c++3
- ftp服务器代码,它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。 -ftp server code, it can also accept a number of ftp connections (multithreading), and with most of the commercial ftp server functions. The server supports all
FTPClientAndServer
- 一个简单的多任务的FTP服务器及相应的客户端程序FTP client/server -a simple multi-task of FTP servers and corresponding client FTP client / se Tiger
WindowsAppliction10
- 一个自己编的ftp服务器程序,可以实现简单的文件传输-an own addendum to the ftp server, can achieve a simple file transfer
EasyFTPServer
- Easy FTP Server 是一款独立的多线程 FTP 服务器软件,提供了高级的功能和安全性。该软件的界面简单直观,带有用于管理用户、配置和安全性设置的有组织的模块。支持所有基本的 FTP 命令以及多样化的目录、IP 地址拦截、服务器统计表和远程管理功能。它可以被非熟练用户简单地设置,并且还提供了高级的管理选项。-Easy FTP Server is one independent multi-threaded FTP server software. Senior provide the
Server_Ftp
- 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
IIS6.0guide
- Microsoft® Windows® Server 2003 家族的 Internet 信息服务 (IIS) 在 Intranet、Internet 或 Extranet 上提供了集成、可靠、可伸缩、安全和可管理的 Web 服务器功能。IIS 是用于为动态网络应用程序创建强大的通信平台的工具。各种规模的组织都使用 IIS 来主控和管理 Internet 或其 Intranet 上的网页、主控和管理 FTP 站点、使用网络新闻传输协议 (NNTP) 和简单邮件传输协议 (SMTP)
ftpfuwuqi
- 此代码为简单的ftp服务器,里面有课程设计相关内容,适合在校大学生学习和使用
Ftp
- Ftp服务器端实现, 一个简单的ftp服务器端。用c#编写。简单容易理解
C# FTP 服务器源码例子
- 一个简单的FTP Server例子
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
简单的FTP服务器
- 实现了简单的FTP功能,文件的上传,下载
HB-ServU.rar
- server u是一款非常注明的ftp工具,操作简单,非常适合搭建跑、ftp服务器。,server u is a highly specified ftp tools, simple operation, very suitable to build run, ftp server.
ftp
- ftp服务器 上传 下载 多线程 速度快 操作简单 简单实用的ftp服务器-ftp server, uploading and downloading speed is simple multi-threaded
FTP
- 这个是用c++编写的用来实现一个ftp服务器的代码,实现了比较简单的工程,还算比较好,稍作修改后可以直接用-This written c++ to a ftp server code, fairly good, with some slight modifications can be directly used
ftp-server(by-foreign-people)
- 国外的开发人员写的ftp通信源代码.它可以同时接受多个ftp连接(多线程),并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录-FTP communication code written by foreign people. It can accept multi-connection, and have some functions that supply by commercial ftp server. It support
Ftp(CSharp)
- 一个简单实用的ftp客户端以及服务器,A simple and practical ftp client and server-A simple and practical ftp client and server
ftp-copy
- FTP协议的简单实现,从客户端可以获得服务器端指定的文件夹信息(FTP protocol simple implementation, from the client can get the server specified folder information)
FTP文件服务器模拟器
- 通过MFC界面设计及socket套接字简单的模拟了文件上传和下载