搜索资源列表
ftpd
- 一个TC编写的FTP服务端代码-a TC prepared FTP server code
FTP Java代码
- 此程序是用JAVA写的FTP服务器端.在virtualroots设置FTP根目录,config设置FTP端口,users保存用户登陆帐号.-this program is written in Java FTP server. FTP virtualroots installed in the root directory, config set up FTP port, users keep users landing account.
boyle_ftpupdate
- 网站文件在本地更新多了以后,要将本地更新文件上传服务器时候再一一找出更新过的文件比较麻烦。设计初衷就是为了解决这个问题,同时也为了练手。代码没有什么难度,主要是为了学习FTP传输和文件操控。设计中有两种文件扫描方式,对比扫描则是通过对比用户提供的时间了扫描本地更新文件;实时扫描则以服务器上文件时间与本地文件时间进行对比来扫描文件,因此最好服务器和本地系统时间相差不要太离谱。在D7和XP下开发。 -website updated in the local paper after mo
CorpServerService2
- 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
XFtp
- 一款用VC++编写的FTP 下载源码,介绍了server和client端,上传下载的全部代码-new VC prepared by the FTP download the source code, introduced a server and the client side, all uploading and downloading of code
flashftpserver
- 这是一个C语言版本的FTP服务器程序,运行效果相当好,目前仅支持Windows系统上运行。你可以到我的主页获得最新的版本。如果你更新了代码,支持你以邮件方式发给我,我可以放到主页上,并且在程序注明你的名字。-This is a C language version of the FTP server running quite effective, currently only supports Windows operating system. You can come to my home
ftpliulan
- 本代码是FTP文件浏览原代码,总的来说比较简单-FTP file browser source code, on the whole relatively simple
sijitili
- ftp的一个程序,关于仓库管理,不含原代码-ftp a procedure for warehouse management, non-source
BesidesFTPServer
- 一个老外写的FTP服务器程序,是一个很有参考价值好东东.此代码本人修改过,特传上来与大家分享.-a foreigner to write FTP server program, Reference is a very good Eastern values. I have this code revised, especially onto Chuan share with you.
ftpservercode
- 外国人写的FTP代码,很值得借鉴!是关于写服务器方面的程序!
FTP
- 用VC6.0实现的基于TCP协议的聊天室,包括客户端和服务器代码,很有参考价值
ftp server gui
- 一个功能很全的ftp server 原代码。-source code of a full-function ftp server
ftp服务器与和客户端代码
- ftp服务器与和客户端代码
Net5
- ftp服务器代码,可以进行文件的上传和下载,比较简单,适用于初学者-ftp server code, can upload and download files, is relatively simple for beginners
FTP-src
- FTP 服务代码-FTP Service Source Code
VC_code_design_classic_ftp_server
- VC开发设计ftp服务器经典代码VC + + code design classic ftp server-VC++ code design classic ftp server
Ftp_server_client_VC_Programming_classic_code
- Ftp服务器与客户端VC++编程开发经典代码Ftp server and the client VC + + Programming classic code-Ftp server and the client VC++ Programming classic code
FTP开发
- 实现FTP的客户端与服务端,可以生产动态链接库。代码不太完善,根据自己需要可以进一步完善
FTP的纯VFP代码的类
- vfp 中上ftp操作的类,纯用vfp编写(Classes in the upper FTP operation in VFP)
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要