资源列表
VC_uploading_downloading_FTP_client_source_code.ra
- VC++上传下载,FTP客户端源代码VC + + uploading and downloading, FTP client source code-VC++ uploading and downloading, FTP client source code
CS结构客户端自动升级
- 最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ——上传文件 softupgrade.pbl ——下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several en
the-problems-of-C-sharp-with-FTP
- C sharp 在FTP编程中遇到的若干问题及解决办法,供大家学习分享-A number of problems and solutions encountered by the C sharp in the FTP programming for everyone to learn to share
FileUpload
- 文件上传源代码(c#),Web页面方式。-file upload source code (c #), Web pages manner.
vcMyFtp
- 一个简单的ftp,对初学者非常有帮助的一个源码程序-A simple ftp, very helpful for beginners, a source program
FTP
- 介绍了全国各大高校的FTP资源,是一个很好的资料,给大家分享一下!-Presented the major colleges and universities FTP resources, is a good information to share with you!
PCJBIRDFTP
- C#写的ftp客户端-write C# ftp client
chathome
- JAVA开发的一个简单的聊天室程序,在学JAVA网络编程的可以看一看。
20052938PortScan
- FTP端口的代码,也是书上的例题,虽然很小,但是很基础,帮助你们理解
FtpStructure
- “FTP结构精灵”应用程序的源代码和可执行文件;代码比较精致容易看懂并为我们所用- "The FTP structure demon" the application procedure source code and may the execution file; The code quite fine is easy to understand and uses for us
6.12
- 实现FTP下载和上传的功能,通过Socket实现服务端和客户端的连接,实现文件的下载和上传.