vscodeのsftp.jsonを設定できません。詳細を教えて下さい。

vscodeのsftp.jsonの設定をドメインを変えて設定しています。
前のドメインの更新が入院でできずに、新しいドメインで設定し直しています。

前に設定して、アップロド出来るようにしたのが、2年前なので、すっかり忘れています。
グーグルで色々調べたのですが、項目がなんとなく書いてあって終わり、みたいな感じなので、全然わかりません。

エックスサーバー上の場所と設定方法がもっと詳しく知りたいです。

前のドメインのsftp.json
{
"name": "xserver",
"host": "sv10939.xserver.jp",
"protocol": "ftp",
"port":21,
"username": "ice888",
"password" :"3df9xxgc",
"remotePath": "/siteofearth.com/public_html",
"uploadOnSave": true
}

今回のドメインのsftp.jsonの途中
{
"name": "xserver",
"host": "sv10939.xserver.jp",
"protocol": "sftp",
"port": 10022,
"username": "ice888",
"password": "3df9xxgc",
"remotePath": "",
"privateKeyPath": "",
"passphrase": "greenmile888",
"uploadOnSave": true
}

ご回答よろしくおねがいします。

コメントを投稿

0 コメント