vscode ftp上传很慢,但是普通ftp软件正常

时间:2020-11-07 17:42:48   收藏:0   阅读:30
{
    "name": "网站名字",
    "host": "你的服务器ip",
    "port": 21,
    "username": "",
    "password": "",
    "protocol": "ftp", 
    "agent": null,
    "privateKeyPath": null, 
    "passphrase": null, 
    "passive": false, 
    "interactiveAuth": true,
    "remotePath": "/",
    "uploadOnSave": true,
    "connectTimeout":300,
    "syncMode": "update",
    "ignore": [
        "**/.vscode/**",
        "**/.git/**",
        "**/.DS_Store"
    ],
    "watcher": {
        "files": "glob",
        "autoUpload": true,
        "autoDelete": true
    }
}
 
加上     "connectTimeout":300超时时间 300毫秒,就变快了。。。
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!