# 使用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

```
