Cloud Shell로 파일 관리
이 페이지에서는 Cloud Shell을 사용해서 파일 및 폴더를 업로드 및 다운로드하는 방법을 설명합니다.
파일 및 폴더 업로드 및 다운로드
Cloud Shell을 사용해서 파일 및 폴더를 쉽게 업로드 및 다운로드할 수 있습니다. 파일을 전송하려면 다음 방법 중 하나를 사용합니다.
Cloud Shell의 점 3개로 표시된 기타 메뉴에서 업로드 또는 다운로드를 선택하여 파일 또는 폴더를 Cloud Shell로 또는 그 반대로 이동합니다. 파일 및 폴더는 홈 디렉터리에 대해서만 업로드 및 다운로드할 수 있습니다.

cloudshell
명령어를 사용하여 파일을 다운로드합니다.
cloudshell download test1.md test2.md
로컬 터미널에서 gcloud cloud-shell scp
명령어를 사용하여 Cloud Shell과 워크스테이션 간에 파일을 전송합니다. 예를 들어 'data.txt' 파일을 Cloud Shell에서 로컬 머신으로 이동하려면 다음을 실행합니다.
gcloud cloud-shell scp cloudshell:~/data.txt localhost:~data.txt
Cloud Shell 편집기 탐색기에서 디렉터리 또는 파일을 마우스 오른쪽 버튼으로 클릭한 다음 다운로드 링크 복사, 다운로드 또는 파일 업로드를 클릭합니다.

또는 파일 > 다운로드/파일 업로드로 이동해도 됩니다.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-02-18 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"이해하기 어려움"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"잘못된 정보 또는 샘플 코드"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"필요한 정보/샘플이 없음"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]