搜索资源列表
TFTP 客户端(源码)(1[1].0)
- TFTP客户端,完全符合RFC-1350,源代码. 转载请注明作者 helloworld1@163.com 可以在VC,BC或其他C编译器下编译-TFTP client, in full compliance with RFC - 1350. the source code. reprinted with the author please helloworld1@163.com in VC, BC or other C compiler compiler
BCB6_FTP
- C++ Builder 6.0编写的完整FTP源码,包括Server、Client功能。-C Builder 6.0 FTP integrity of the source code, including Server, Client function.
aftp-1.02
- ftp client C/C++源码 很有用,喜欢就顶一下!
easyftp_s
- c++ 编写的ftp 客服端 图形界面 可上传 下载 包括源码
ftp
- FTP上传工具源码,由C#写成,大家可以学习一哈-FTP upload program source code
FtpClient
- 一个C++编写的FTP客户端,内附源码和运行程序,供学习参考之用 -useC++
tftp_sevr+client
- vc6实现tftp程序-包含服务器客户端源码-C语言-tftp procedures to achieve vc6- contains server client source-C Language
CFtp
- 功能描述:利用c#编写的ftp客户端操作源码-c# ftpc# ftpc# ftpc# ftpc# ftpc# ftp
一个FTP工具C源码
- 一个FTP工具C源码Miniftp- FTP tool C source code Miniftp
FTPExplorerSource
- C#写的FTP程序,含源码。-write C# FTP procedures, including source code.
FTPTest
- 新手测试的C# 的FTP传输测试的源码 大家多指教啊-FTP Transfer
myftp.tar
- linux 用c语言实现的ftp客户端源码-linux c language using the ftp client source code
FTP
- Visual C++案例开发集锦\第六章\FTP客户端开发的程序源码,值得一看!-Visual C++ case development highlights \ Chapter \ FTP client development program source code, worth a visit!
asp.net_CSharp_FTP
- c#实现ftp上传下载(源码)。这个可以简单达到目的。-c# to achieve ftp upload and download. This can be simple to achieve their goals.
edtftpnet
- 一个国外的开源FTP上传下载类(难得的C#源码edtftpnet),实现了很多功能。比国内的很多ftp源码要好得多。包内有实例、文档、API接口等其他说明。描述的很详细。-A foreign open-source FTP upload and download type (the rare C# source code edtftpnet), to achieve a lot of features. Many ftp source than domestic much better. The
FTPandclient
- FTP服务端和客户端程序,C#源码实现!对刚接触C#网络编程的人有用!-FTP server and client programs, the C# source code to achieve useful to people new to C# Network Programming.
ftpserver1
- 用C语言编写的一个ftp 的服务器源码,实现了ftp的大部分功能-the code is for ftp server
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)