From ff7ac229f410c0fce53d634e899e7e4f7befe6c9 Mon Sep 17 00:00:00 2001 From: sys Date: Mon, 8 Jan 2024 18:01:41 +0900 Subject: [PATCH] remote->local --- .vscode/sftp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..d3e2d28 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,10 @@ +{ + "name": "ci-ubuntu", + "host": "qubiton.site", + "protocol": "sftp", + "port": 2222, + "username": "root", + "password": "asdf1234", + "remotePath": "/home/c-innovacion", + "uploadOnSave": true +}