登录
首页 » C++ » xFsRedir---for-CSDN

xFsRedir---for-CSDN

于 2021-04-01 发布 文件大小:298KB
0 316
下载积分: 1 下载次数: 13

代码说明:

  这是实现目录重定向的源代码工程,包括驱动部分和应用层程序。 使用传统的文件过滤驱动为框架,截获某个目录下的所有IRP请求, 然后转发到应用层程序。 应用层程序通过FTP通讯,把请求再转发到FTP服务端, 从而把本地文件系统中的某个目录直接重定向到FTP服务器目录。 而操作这个被重定向的目录,就跟完全操作本地文件系统的目录一样,没任何区别。 本工程只是开发过程中的一个版本,许多BUG和功能同在, 所以不可直接使用到您的商业产品中,只可做研究学习之用。(lksdjf ldksj lkdsja lkdjl kjdslk jlaksdj lkdjsl kjdlksj alkjd )

文件列表:

bin
...\InstDrv.exe,40736,2013-07-19
...\xFsRedir.exe,121856,2015-01-19
...\xfs_redir.sys,33280,2015-01-21
...\说明-2.txt,707,2015-02-16
...\说明.txt,528,2015-03-29
driver
......\buildchk_win7_amd64.log,5314,2014-12-16
......\buildchk_win7_x86.log,339,2015-01-19
......\buildfre_win7_amd64.log,341,2015-01-20
......\buildfre_win7_x86.log,3665,2015-01-21
......\common.cpp,6237,2015-01-12
......\common.h,1787,2014-12-04
......\fastio.cpp,23397,2015-01-21
......\fs_filter.cpp,24094,2015-01-19
......\fs_filter.h,4928,2015-01-17
......\fs_info.cpp,24308,2015-01-11
......\fs_notify.cpp,14691,2015-01-19
......\ioctl.cpp,22930,2015-01-18
......\ioctl.h,3754,2015-01-05
......\main.cpp,2704,2015-01-19
......\makefile,267,2002-03-25
......\rbtree.c,9140,2013-03-26
......\rbtree.h,4364,2013-03-26
......\htm" target=_blank>sources,345,2015-01-15
......\xfs_redir.cpp,17872,2015-01-20
......\xfs_redir.h,5026,2015-01-20
......\xfs_redir.pdb,527360,2015-01-21
......\xfs_redir.sys,33280,2015-01-21
user
....\resource.h,1548,2015-01-19
....\src
....\...\fsdev.cpp,21955,2015-01-19
....\...\fsdev.h,4269,2015-01-19
....\...\fsftp.cpp,16718,2015-01-19
....\...\ftpclient.cpp,20061,2015-01-14
....\...\ftpclient.h,1075,2015-01-05
....\...\ftpparse.c,13627,2014-12-21
....\...\ftpparse.h,1722,2014-12-21
....\...\main.cpp,2658,2015-01-19
....\xFsRedir.aps,3020,2015-01-19
....\xFsRedir.rc,5888,2015-01-19
....\xFsRedir.sln,1315,2014-12-02
....\xFsRedir.vcxproj,7864,2015-01-19
....\xFsRedir.vcxproj.filters,1901,2015-01-19
....\xFsRedir.vcxproj.user,165,2014-11-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mcp3021
    mcp3021驱动,adc采样,实现I2c,adc 实时检测(Mcp3021 driver, ADC sampling, real mcp3021 driver, ADC sampling, to achieve I2c, ADC real-time detection is now I2c, ADC real-time detection)
    2021-04-21 15:28:49下载
    积分:1
  • demos
    code sourse for driver micro controller
    2013-05-05 14:44:43下载
    积分:1
  • ShellExe
    程序直接用键盘过滤驱动拦截键盘数据,可以屏蔽掉系统热键以实现自己想要的功能。通过设置快捷键命令,可以通过任意键的组合实现快速打开运用程序和网址两个功能。 (Procedures for the direct use of the keyboard filter driver to intercept the keyboard data, you can mask out the system hot key to achieve their desired functionality. By setting the shortcut command keys can be any combination of rapid application programs and web site to open two functions.)
    2009-11-20 13:49:10下载
    积分:1
  • TouchScreen_C
    本软件一个处摸屏驱动软件,在ads上编译(Office of the software a touch-screen software, compiled in ads)
    2006-10-30 09:17:47下载
    积分:1
  • signal_gene
    powerbuild学习重要资料 请下载(powerbuild learn important information, please download)
    2009-01-07 21:32:32下载
    积分:1
  • PT2259
    说明:  PT2259的驱动程序,可准确实现PT2259芯片的控制。(PT2259 driver, can accurately realize the PT2259 chip control.)
    2014-07-28 17:16:43下载
    积分:1
  • Move-DC-Motor-Example
    KNR的电机驱动与控制,实现电机的正反转,读取编码器的读数,设置电机的速度,读数位置。 需要有KNR(贝登堡公司生产)(With the KNR driver control motor, to achieve positive motor, read the encoder readings, set the speed of the motor, reading position. The need for KNR (Baden Powell company))
    2020-12-31 03:38:59下载
    积分:1
  • exata5.X-SOURCE-DEBUG
    描述了exata 5.4 源码的调试方法,以及如何导入studio(Describes the EXATA 5.4 source code debugging method)
    2016-12-04 12:22:33下载
    积分:1
  • loadmodule
    在内核加载一个模块,类似于在应用层加载D(Load a module in kernel mode, similar to load DLL in user module)
    2016-05-12 09:57:20下载
    积分:1
  • xFsRedir---for-CSDN
    这是实现目录重定向的源代码工程,包括驱动部分和应用层程序。 使用传统的文件过滤驱动为框架,截获某个目录下的所有IRP请求, 然后转发到应用层程序。 应用层程序通过FTP通讯,把请求再转发到FTP服务端, 从而把本地文件系统中的某个目录直接重定向到FTP服务器目录。 而操作这个被重定向的目录,就跟完全操作本地文件系统的目录一样,没任何区别。 本工程只是开发过程中的一个版本,许多BUG和功能同在, 所以不可直接使用到您的商业产品中,只可做研究学习之用。(lksdjf ldksj lkdsja lkdjl kjdslk jlaksdj lkdjsl kjdlksj alkjd )
    2021-04-01 21:59:08下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载