> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/wen-jian-cao-zuo/chuan-shu/scp.md).

# scp

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