sftp
-
Sublime Text3 SFTP 설정개발관련/Sublime Text 2021. 2. 2. 17:15
- sublime text에서 command + shift + p 키로 Command Palette 열기 - Package Control: Install Package 입력 sftp package 설치 - 설치후 Command Palette 열어서 sftp 입력 - SFTP: Setup Server 클릭 { // The tab key will cycle through the settings when first created // Visit https://codexns.io/products/sftp_for_subime/settings for help // sftp, ftp or ftps "type": "sftp", "sync_down_on_open": true, "sync_same_age": true, "..