For the complete documentation index, see llms.txt. This page is also available as Markdown.

SCP

# 3.51.123.55의 root 자격 증명을 통해 파일 전송
scp ./data root@3.51.123.55:/tmp
# 3.51.123.55의 root 자격 증명을 통해 파일 전송
scp root@3.51.123.55:/tmp/data ./

Last updated