# scp

```
Linux中传输文件
>scp -P 22 file.txt user@1.1.1.1:/tmp
```
