RCX Rclone for Android - 云服务/网盘文件管理工具 Rclone 的 Android 客户端
date
Apr 27, 2022
slug
tip-rclone-android-rcx
status
Published
summary
小技巧 rcx
tags
tip
type
Post
URL
Problem & Summary
- 通过syncthing直接同步电脑上的rclone.conf到手机上
- 直接import就可用
Rclone for Android 下载
- GitHub:https://github.com/x0b/rcx
在 Rclone for Android 的设置 Settings > File Access
中,打开 Enable Content Provider Preview
,就能让其他 app 在浏览手机文件的时候,通过 Rclone for Android 访问各大云服务了,非常方便
Solution
电脑上
cp ~/.config/rclone/rclone.conf ~/syncthing_r/_shared/
# syncthing同步~/syncthing_r/_shared/ 到 手机的某一个目录下
# import即可