搜索资源列表
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
05
- C#FTP服务器代码,支持断点续传功能。可以任意扩充
FtpClient.rar
- C#编程实现FTP客户端,socket编程,代码注释详细,C# Programming FTP client, socket programming, code notes in detail
Net.rar
- LumiSoft.Net的全部代码,SMTP,POP3,FTP,LumiSoft.Net s code,SMTP,POP3,FTP
FTPServer
- FTP服务端,C#面向对象编程,比较详细的代码注释。-FTP Server, C# object-oriented programming, a more detailed code comments.
TCPClient
- 实现点对点的FTP文件传输的客户端代码,C#编写。可以传输各种类型的文件-The achievement of peer-to-peer file transfer of the FTP client code, C# Prepared. Can transmit all types of documents
ftp
- 用Csharp实现的FTP代码,具体说明请见代码-FTP implementation with Csharp code, see the code to specify
ftpserverclient
- 这个程序是利用c#实现FTP服务端和客户端。程序中分别有服务器和客户端两个代码。-This procedure is to use c# to achieve FTP server and client. Procedures were two code server and client.
ftp.client.charp
- 一个FTP客户端的Csharp代码,实现FTP的功能-Csharp an FTP client code to achieve the function of FTP
MenuServer
- 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploa
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
FtpClient
- 以前收藏的一个FTP客户端的代码,分享给大家-Before the collection of an FTP client code, for everyone to share
multithreading-push-file
- 一个较全的C#版FTP多线程上推软件代码,比较大,使用前需设置ip、用户名和密码。-A more complete version of the C# FTP multithreading on software code, it is relatively large, need to set the IP, user name and password before use.
FTP
- ftp文件上传,下载,提供简单的ftp底层操作代码-ftp file upload, download
HydroMet-SCADA
- 雨滴谱专业自动气象站的上位机操控软件,包含FTP数据上传,GPRS网关上传,还有串口直连上传多种通信。c#代码。-Raindrop spectrum of professional AWS PC control software, including FTP data upload, GPRS gateway to upload, as well as direct connection to upload multiple serial communication. c# code.
FtpTest
- 代码FTP上传和下载的功能,可加入定时器功能,实现自动下载。-Code FTP upload and download function, timer function can be added to achieve automatic download.
FTP
- C#开发FTP代码 包含了ftp的上传和下载的代码 可以放心使用-it s c# ftp code
ftp_dwonloadandupload
- ftp客户端代码,使用c语言实现,具有断点续传的功能。-FTP client code, using C language, with HTTP functions.
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))
FTP一个完整FTP客户端类库实例
- 本代码实现了一个完整的FTP客户端,实测可用,不可多得!