이 문서에서는 Cloud Email Security용 SCP를 사용하여 Cloud Secure Management Appliance에서 allowlist/blocklist 파일을 다운로드하는 방법에 대해 설명합니다.
이 절차에는 CLI(Command Line Interface) 액세스가 필요합니다. CES(Cloud Email Security)에 SCP(Secure Copy Protocol)를 사용합니다.
참고: 이 문서의 예제 값은 자리 표시자입니다. 구축 값으로 대체합니다.
ssh 및 scp).Access the Command Line Interface (CLI) of the Cloud Email Security (CES) Solution을 참조하십시오.
SLBL(allowlist/blocklist) CSV 파일은 SMA의 /configuration/on에 저장됩니다. 정확한 파일 이름을 모르는 경우 사용 가능한 파일을 나열하고 파일 이름과 타임스탬프로 필요한 SLBL CSV를 식별합니다.
ls -l /configuration/slbl-*.csv
예를 들어 출력을 사용하여 slbl-<ID>-<TIMESTAMP>.csv 형식의 파일 이름을 식별합니다.
pscp -P @127.0.0.1:/configuration/slbl--.csv C:/path/localsystem
<port> — SMA CLI 액세스를 위해 구성된 로컬로 전달된 포트입니다.<username> — CES 사용자 이름입니다.예를 들면 다음과 같습니다.
pscp -P 2201 cesuser@127.0.0.1:/configuration/slbl-420DE9AD994-CBF5261-20190925T3228.csv C:/Users/exampleuser/Desktop
ssh -i -l dh-user -N -f -L ::22
<private_key_path> — 개인 키 경로입니다.<proxy_server> — 프록시 서버 호스트 이름<port> — SMA CLI 액세스를 위해 구성된 로컬로 전달된 포트입니다.<hostname> — SMA 호스트 이름예를 들면 다음과 같습니다.
ssh -i ~/.ssh/id_rsa -l dh-user -N -f proxy.example.com -L 2201:sma.example.com:22
scp -P @127.0.0.1:/configuration/slbl--.csv /path/localsystem
<port> — SMA CLI 액세스를 위해 구성된 로컬로 전달된 포트입니다.<username> — CES 사용자 이름입니다.예를 들면 다음과 같습니다.
scp -P 2201 cesuser@127.0.0.1:/configuration/slbl-420DE9AD994-CBF5261-20190925T3228.csv /Users/exampleuser/Desktop
CES(Cloud Email Security) 솔루션의 CLI(Command Line Interface) 액세스
| 개정 | 게시 날짜 | 의견 |
|---|---|---|
1.0 |
26-Aug-2026
|
최초 릴리스 |