DokanCloudFS 项目教程

DokanCloudFS 项目教程

DokanCloudFSA virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.项目地址:https://gitcode.com/gh_mirrors/do/DokanCloudFS

1. 项目的目录结构及介绍

DokanCloudFS 项目的目录结构如下:

DokanCloudFS/
├── AdditionalPackages/
├── Gateways-Signed/
├── Gateways/
├── LegacyGateways/
├── Mounter/
├── Tests/
├── Images/
├── Library/
├── TestData/
├── gitattributes
├── gitignore
├── Appveyor.yml
├── CommonAssemblyInfo.cs
├── DokanCloudFS.runsettings

目录介绍

  • AdditionalPackages: 包含额外的包文件。
  • Gateways-Signed: 包含已签名的网关文件。
  • Gateways: 包含网关文件。
  • LegacyGateways: 包含旧版本的网关文件。
  • Mounter: 包含启动文件和配置文件。
  • Tests: 包含测试文件。
  • Images: 包含项目相关的图片文件。
  • Library: 包含库文件。
  • TestData: 包含测试数据文件。
  • gitattributes: Git 属性文件。
  • gitignore: Git 忽略文件。
  • Appveyor.yml: Appveyor 配置文件。
  • CommonAssemblyInfo.cs: 公共程序集信息文件。
  • DokanCloudFS.runsettings: 运行设置文件。

2. 项目的启动文件介绍

项目的启动文件位于 Mounter 目录下,主要文件为 IgorSoft.DokanCloudFS.Mounter.exe

启动文件介绍

  • IgorSoft.DokanCloudFS.Mounter.exe: 这是 DokanCloudFS 的主启动文件,用于挂载云存储服务。

3. 项目的配置文件介绍

项目的配置文件位于 Mounter 目录下,主要文件为 IgorSoft.DokanCloudFS.Mounter.exe.config

配置文件介绍

  • IgorSoft.DokanCloudFS.Mounter.exe.config: 这是 DokanCloudFS 的配置文件,包含了挂载点的配置信息。
示例配置
<mount libPath=".\Library" threads="4">
  <drives>
    <drive schema="onedrive" userName="OneDriveUser" root="W:" encryptionKey="MyOneDriveSecret&amp;I" timeout="300" />
    <drive schema="pcloud" userName="pCloudUser" root="X:" encryptionKey="MypCloudSecret&amp;I" timeout="300" />
    <drive schema="webdav" userName="webDavUser" root="Y:" parameters="baseAddress=https://webdav.magentacloud.de" encryptionKey="MyWebDavSecred&amp;I" timeout="300" />
    <drive schema="yandex" userName="YandexUser" root="Z:" encryptionKey="MyYandexSecret&amp;I" timeout="300" />
  </drives>
</mount>

配置选项

  • libPath: 搜索网关插件程序集的路径(相对于 IgorSoft.DokanCloudFS.Mounter.exe 的位置)。
  • threads: 并发线程数。

以上是 DokanCloudFS 项目的基本教程,包含了项目的目录结构、启动文件和配置文件的介绍。希望对您有所帮助。

DokanCloudFSA virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.项目地址:https://gitcode.com/gh_mirrors/do/DokanCloudFS

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

施业任Luna

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值