닷홈(Dothome)가입 & 개발환경설정
닷홈가입
1. 회원가입
2. 무료 호스팅 신청
https://www.dothome.co.kr/web/free/index.php


3. FileZilla 설치 & html 파일 업로드

4. 성공적

개발환경설정
FileZilla와 Visual Studio Code 연결하기
1. 파일 -> 기본설정 -> 설정

2. 검색창에 encoding 검색 -> UTF-8 변경 (한글설정)

3. 확장(Ctrl+Shift+x) -> html 검색 -> HTML Snippets 다운로드

4. sftp 검색 -> SFTP 다운로드

5. 사용할 폴더 생성 및 열기
6. 폴더에서 F1키 -> sftp검색 -> SFTP:Config 클릭

7. FTP정보 기입 (host, protocol, port, username 수정)
- host: host 주소
- protocol: sftp -> ftp (dothome일 경우)
- port: 22 -> 21
- username: 사용자명

8. SFTP 이동 -> Refresh 아이콘 클릭 -> FTP 비밀번호 입력

9. 탐색기 -> 우클릭 -> Download Folder (html 디렉토리 파일 불러오기)

10. Upload할 파일 우클릭 -> Upload File

11. 성공적
