搜索资源列表
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
kcommon
- C#开发的FTP服务器端和客户端源代码。-C# development of the FTP server and client source code.
FtpServer_latest
- 一个C#实现的FTP Server源代码-a C# FTP Server source code
C# FTP 服务器源码例子
- 一个简单的FTP Server例子
FtpServer_latest
- C# FTP 服务器源码-C# FTP server source
FTPServer
- FTP服务端,C#面向对象编程,比较详细的代码注释。-FTP Server, C# object-oriented programming, a more detailed code comments.
ftp_server
- 自己用C#改的FTP SERVER,可根据你的实际情况更改!-Their use of C# to the FTP SERVER, can be the actual situation based on your changes!
FTPUploader
- Using FTP to upload files in C# is a very simple and universal way to upload files from a webserver. Most servers today, free and paid for, have support for FTP uploading. All one needs is a username and password and the operation becomes quite simpl
ftp
- c# code to upload and download file from/to your website server using ftp
FTPC
- c#的ftp服务器源代码,仅供用来学些研究,勿做其它用途!-c# the ftp server source code, only to learn some research, do not make other uses!
ftpserver
- ftp服务器,C#编写的,还有待改进。交给别人改进吧-ftp server ftp server ftp server ftp server
SourceFtp
- C#编写一个FTP客户端连接程序,开发环境VS2005,程序起初运行时要求输入FTP服务器连接信息,而且进入主界面,有点类似CuteFTP,不过功能上要逊色不少了,必竟这也是初学者写的程序,希望通过这个程序帮助C#爱好者了解一些网络编程知识。-C# write an FTP client to connect process, development environment VS2005, run-time program was initially asked to enter FTP ser
Csharp
- c#网络核心编程:语法基础,服务器开发,客户端开发,ftp开发等-c# network core programming: basic syntax, server development, client development, ftp development, etc.
ftpserverclient
- 这个程序是利用c#实现FTP服务端和客户端。程序中分别有服务器和客户端两个代码。-This procedure is to use c# to achieve FTP server and client. Procedures were two code server and client.
ftp
- 一个Visual c#版的FTP服务器源代码!-A Visual c# version of the FTP server source code!
FileReceiver
- example of file receiver from ftp server using c#
SharpFtpServer
- 一个简单的用c#实现的server/client的ftp文件传输软件。代码清晰易懂,容易扩展 维护-A simple server/client using c# ftp file transfer software. The code is clear and easy to understand, easy to extend maintenance
FtpServer
- 用c#实现的一个ftp服务器,有源码,需要的下-C# ftp server with an implementation, source code, under the required
FtpServer
- C#实现FTP服务器的编程,适合初学者入门学习。-Programming C# implementation of the FTP server, suitable for beginners to learn.
ftp_test
- 代码实现了如下功能: 1.列举服务器主目录中的所有文件 2.下载文件到客户端(支持大文件(The code implements the following functions: 1. enumerates all files in the server's home directory 2. download files to the client (support large files))