1.下载 sftp

 

2. 在项目目录下新建sftp.json文件

 

3. 编辑sftp.json文件

{
"name": "My Server",
"host": "192.168.52.128",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "root",
"remotePath": "/myproject/test/swoft/",
"uploadOnSave": true
}

 

 4.保存修改测试

 

posted on 2019-07-05 18:27  t918412  阅读(1954)  评论(0编辑  收藏  举报