1.登錄nginx
ssh username@ip -p portssh
example: ssh root@192.168.105.205 -p 22345ip
2.下載文件file
scp -P port username@ip:文件地址 下載到本地的地址下載
example: ssh -P 22345 root@192.168.105.207:/etc/nginx/conf.d/file.txt ./文件