ZIP
HTTP/S 통신에서 접속한 경로에 압축 확장자가 있다면 접속하는 즉시 파일이 다운로드 됩니다. 서버에 웹 서비스가 있거나 파이썬 등을 통해 실행할 수 있다면 압축 파일을 통해 파일을 가져올 수 있습니다.
# 파일 압축
Compress-Archive -Path ".\Credential.txt" -DestinationPath ".\Credential.zip"

Last updated
Was this helpful?
HTTP/S 통신에서 접속한 경로에 압축 확장자가 있다면 접속하는 즉시 파일이 다운로드 됩니다. 서버에 웹 서비스가 있거나 파이썬 등을 통해 실행할 수 있다면 압축 파일을 통해 파일을 가져올 수 있습니다.
# 파일 압축
Compress-Archive -Path ".\Credential.txt" -DestinationPath ".\Credential.zip"
Last updated
Was this helpful?