개발 환경/Visual Studio Code

vscode에 ftp 연결

은선은 2022. 7. 21. 10:00

1. vscode 익스텐션 설치

ftp-simple

 

2. ftp config 세팅

명령어팔레트 (f1)에 ftp 검색

> ftp-simple: Config -FTP connection setting

 

3. ftp-simple-temp.json 수정

name, host, username, password, path 수정

 

4. ftp directory 가져오기

명령팔레트 (f1)에 검색

> ftp-simple: Remote directory open to workspace

 

 

 

 


directory open해도 전체 검색 안됨 ㅠㅠ