FTP-Sync

Install

좌측 Extensions 아이콘 클릭 후 ftp-sync를 검색후 "install"

extension ftp-sync

인스톨이 완료되면
Ctrl + Shif + P

ftp-sync 를 검색 후 "Ftp-sync: init"를 이용하여 초기 정보 입력

extension ftp-sync

init 예

{
    "remotePath": "/home/xxxx",
    "host": "xxx.xxx.xxx.xxx",
    "username": "",
    "password": "",
    "port": xxxx,
    "secure": false,
    "protocol": "sftp",
    "uploadOnSave": true,
    "passive": false,
    "debug": false,
    "privateKeyPath": null,
    "passphrase": null,
    "agent": null,
    "allow": [],
    "ignore": [
        "\\.vscode",
        "\\.git",
        "\\.DS_Store"
    ],
    "generatedFiles": {
        "uploadOnSave": true,
        "extensionsToInclude": [
            ".php", ".js", ".css", ".scss", ".png", ".jpg", ".gif", ".md"
        ],
        "path": ""
    }
}

Table of contents 목차

평점을 남겨주세요
평점 : 5.0
총 투표수 : 1