> 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/shi-yong-puttytools.md).

# 使用putty-tools

## plink

```
plink -P 8022 -pw password 192.168.43.180
```

## pscp

```
pscp -P 8022 -pw password "xxx.mp4" IP:/data/data/com.termux/files/home

```
