From 490e56c08968b26d3a24830fd4ab4491565f95af Mon Sep 17 00:00:00 2001 From: wayne Date: Tue, 16 May 2023 04:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AA=E9=99=A4=E3=80=8C.vscode/sftp.json?= =?UTF-8?q?=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/sftp.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index 2b387b9..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "My Server", - "host": "stage", - "protocol": "sftp", - "port": 22, - "username": "root", - "password": "%1WoCvN7FD.oUYhf", - "remotePath": "/www/wwwroot/sso.h888.fun", - "uploadOnSave": true, - "useTempFile": false, - "openSsh": false -}