> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/termux/an-zhuang-rclone.md).

# 安裝rclone

## 下載rclone

{% embed url="<https://rclone.org/downloads/>" %}

![](/files/-LwBJdjOh-QWcyk-7A2V)

### 將 arm64 的rclone 傳輸到termux家目錄

rsync -avP --rsh="ssh -p 8022" rclone root\@192.168.43.9:/data/data/com.termux/files/home/

## 測試

```
./rclone config
2019/12/16 01:27:09 NOTICE: Config file "/data/data/com.termux/files/home/.config/rclone/rclone.conf" not found - using defaults
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q> q

```
