remote->local

This commit is contained in:
sys 2024-01-08 18:01:41 +09:00
parent 036bd3607e
commit ff7ac229f4
1 changed files with 10 additions and 0 deletions

10
.vscode/sftp.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"name": "ci-ubuntu",
"host": "qubiton.site",
"protocol": "sftp",
"port": 2222,
"username": "root",
"password": "asdf1234",
"remotePath": "/home/c-innovacion",
"uploadOnSave": true
}