빅데이터UI전문가/html&css

VS code 에 닷홈 호스팅 연결하기

해요빈 2021. 9. 6. 17:04

 

 

f1 눌러서 ftp remote diretory open to workspace

f1 눌러서 ftp config connection setting

 

닷홈 호스팅 정보를 입력하여 디렉토리 연결하면 된다.

 

예를 들면

[
	{
		"name": "DotHome",
		"host": "아이디명.dothome.co.kr",
		"port": 21,
		"type": "ftp",
		"username": "아이디명",
		"password": "비밀번호",
		"path": "/",
		"autosave": true,
		"confirm": false
	}
]

요론식으로 뜨면 성공

index.html 만들어서 <p>출력 확인해보기</p>

저장하고 브라우저 띄어보자!!

 

아이디명.dothome.co.kr