Windows rclone挂载sftp

2023-10-19 10:18:08 浏览数 (1)

Windows rclone挂载sftp

手动挂载命令:

代码语言:javascript复制
rclone mount sftp:/mnt o: --cache-dir %SystemRoot%TEMP --allow-other --vfs-cache-mode writes --vfs-cache-max-age 60s  --allow-non-empty

创建服务:

代码语言:javascript复制
// 安装nssm
winget install nssm

// 创建服务
nssm install rclone

配置信息(具体路径需要根据实际情况来确定):

代码语言:javascript复制
Path: C:UsersAdministratorDocumentsbinrclone.exe
Arguments: mount config:/root A: --volname sftp --config C:UsersAdministratorAppDataRoamingrclonerclone.conf

遇到的问题

1. 无法修改文件

是因为nssm默认使用LocalSystem用户。

任务管理器-服务-右键rclone选择打开服务->找到rclone右键选择属性->登录->选择此账户->点击右侧浏览->弹出框中选择高级->立即查找->选择一个本地账户比如Adminstrator->一路确定。

  • MySQL多层级树形结构表的搜索查询优化
  • 使用WordPress作为小程序后端——APPID有效性前置检查
  • 使用WordPress作为小程序后端——小程序请求前置检查
  • Windows rclone挂载sftp
  • 迁移——从Electron迁移到Eclipse Theia
  • 使用typescript开发chrome扩展
  • use multiple simple queries or a join
  • php: /usr/local/lib/libcurl.so.4: no version information available (required by php)
  • how to improve the rank of search results in google
  • SEO导航

0 人点赞