码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2020-11-07 17:42:48      阅读:30      评论:0      收藏:0      [点我收藏+]

标签:watch   host   files   软件   上传   delete   path   use   store   

{
    "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毫秒,就变快了。。。

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

标签:watch   host   files   软件   上传   delete   path   use   store   

原文地址:https://www.cnblogs.com/lvcha/p/13940795.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!