Obsidian/Recognition/Programing/Linux/Linux 명령어/ssh포트로 파일 전송.md

5 lines
136 B
Markdown
Raw Normal View History

2023-08-14 16:19:25 +00:00
```shell
scp -P 8022 "C:\kdggmtwork\업무유틸\티베로7_메뉴얼\install\tibero7.tar.gz" u0_a319@39.123.110.133:/$PREFIX/tmp
```