目录重定向源代码工程

上传者: fanxiushu | 上传时间: 2019-12-21 18:49:30 | 文件大小: 298KB | 文件类型: rar
这是实现目录重定向的源代码工程,包括驱动部分和应用层程序。 使用传统的文件过滤驱动为框架,截获某个目录下的所有IRP请求, 然后转发到应用层程序。 应用层程序通过FTP通讯,把请求再转发到FTP服务端, 从而把本地文件系统中的某个目录直接重定向到FTP服务器目录。 而操作这个被重定向的目录,就跟完全操作本地文件系统的目录一样,没任何区别。 本工程只是开发过程中的一个版本,许多BUG和功能同在, 所以不可直接使用到您的商业产品中,只可做研究学习之用。 相关博客查看 http://blog.csdn.net/fanxiushu/article/details/43636575 及后续章节。

文件下载

资源详情

[{"title":"( 43 个子文件 298KB ) 目录重定向源代码工程","children":[{"title":"bin","children":[{"title":"InstDrv.exe <span style='color:#111;'> 39.78KB </span>","children":null,"spread":false},{"title":"说明.txt <span style='color:#111;'> 528B </span>","children":null,"spread":false},{"title":"xfs_redir.sys <span style='color:#111;'> 32.50KB </span>","children":null,"spread":false},{"title":"xFsRedir.exe <span style='color:#111;'> 119.00KB </span>","children":null,"spread":false},{"title":"说明-2.txt <span style='color:#111;'> 707B </span>","children":null,"spread":false}],"spread":true},{"title":"driver","children":[{"title":"fs_notify.cpp <span style='color:#111;'> 14.35KB </span>","children":null,"spread":false},{"title":"rbtree.c <span style='color:#111;'> 8.93KB </span>","children":null,"spread":false},{"title":"buildchk_win7_x86.log <span style='color:#111;'> 339B </span>","children":null,"spread":false},{"title":"xfs_redir.pdb <span style='color:#111;'> 515.00KB </span>","children":null,"spread":false},{"title":"common.h <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"buildfre_win7_amd64.log <span style='color:#111;'> 341B </span>","children":null,"spread":false},{"title":"ioctl.h <span style='color:#111;'> 3.67KB </span>","children":null,"spread":false},{"title":"fs_filter.h <span style='color:#111;'> 4.81KB </span>","children":null,"spread":false},{"title":"ioctl.cpp <span style='color:#111;'> 22.39KB </span>","children":null,"spread":false},{"title":"makefile <span style='color:#111;'> 267B </span>","children":null,"spread":false},{"title":"buildchk_win7_amd64.log <span style='color:#111;'> 5.19KB </span>","children":null,"spread":false},{"title":"buildfre_win7_x86.log <span style='color:#111;'> 3.58KB </span>","children":null,"spread":false},{"title":"xfs_redir.h <span style='color:#111;'> 4.91KB </span>","children":null,"spread":false},{"title":"common.cpp <span style='color:#111;'> 6.09KB </span>","children":null,"spread":false},{"title":"fs_info.cpp <span style='color:#111;'> 23.74KB </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 2.64KB </span>","children":null,"spread":false},{"title":"xfs_redir.cpp <span style='color:#111;'> 17.45KB </span>","children":null,"spread":false},{"title":"xfs_redir.sys <span style='color:#111;'> 32.50KB </span>","children":null,"spread":false},{"title":"sources <span style='color:#111;'> 345B </span>","children":null,"spread":false},{"title":"fastio.cpp <span style='color:#111;'> 22.85KB </span>","children":null,"spread":false},{"title":"fs_filter.cpp <span style='color:#111;'> 23.53KB </span>","children":null,"spread":false},{"title":"rbtree.h <span style='color:#111;'> 4.26KB </span>","children":null,"spread":false}],"spread":false},{"title":"user","children":[{"title":"xFsRedir.sln <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false},{"title":"xFsRedir.aps <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"xFsRedir.v12.suo <span style='color:#111;'> 62.00KB </span>","children":null,"spread":false},{"title":"xFsRedir.vcxproj.user <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"src","children":[{"title":"ftpclient.h <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"ftpparse.c <span style='color:#111;'> 13.31KB </span>","children":null,"spread":false},{"title":"fsdev.h <span style='color:#111;'> 4.17KB </span>","children":null,"spread":false},{"title":"ftpclient.cpp <span style='color:#111;'> 19.59KB </span>","children":null,"spread":false},{"title":"ftpparse.h <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"fsdev.cpp <span style='color:#111;'> 21.44KB </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 2.60KB </span>","children":null,"spread":false},{"title":"fsftp.cpp <span style='color:#111;'> 16.33KB </span>","children":null,"spread":false}],"spread":true},{"title":"xFsRedir.vcxproj.filters <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"xFsRedir.vcxproj <span style='color:#111;'> 7.68KB </span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"xFsRedir.rc <span style='color:#111;'> 5.75KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • tedyu :
    不错,正在找
    2019-12-11
  • sinth :
    9分学习中。。。什么时候放出最新的源码啊?bin应该更新到2016-12-22,但源码还是2015-03-29。
    2017-02-27
  • ahat125 :
    9个积分,代码还有bug,确实有点不值。
    2015-07-02
  • qq_14818569 :
    9个积分下载这个东西,呵呵~
    2015-04-08

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明