这几天弄了个虚拟机,在上面开发,需要实时同步就弄了ftp去自动上传
我们先去vs code 上面下载SFTP插件
2022-07-05T06:59:54.png
然后按住


输入

回车进入配置文件。

{
    "name": "mrht", 
    "host": "192.168.8.8",
    "protocol": "ftp",
    "port": 21,
    "username": "root",
    "password": "123456",
    "remotePath": "/",
    "uploadOnSave": true,
    "watcher":{
        "files": "**/*",
        "autoUpload": true,
        "autoDelete": true
    }
}

就完成了自动上传!

最后修改:2022 年 12 月 02 日
如果觉得我的文章对你有用,请随意赞赏