liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

发现个可能是bug的bug #947

Open xrayffa opened 3 years ago

xrayffa commented 3 years ago

在vscode安装之后 , 配置如下: { "uploadOnSave": false, "ignore": [ ".vscode", "/.vscode/", "/.git/", "**/.DS_Store", "logs", "vendor", ], "profiles": { "site3": { "host": "123", "protocol": "sftp", "port": 22, "username": "123", "password": "123", "remotePath": "/www/wwwroot/123" }

}

}

当我在文件夹上面右键>Syn Local->Remote 或者 Upload Folder时, 上传的文件中会有概率出现0字节的现象 ! 意思是上传完成之后 , 去目标主机查看 , 有一些文件是0B大小的! 1个或者5个.

zhuibo66 commented 2 years ago

这个问题,我也有发现,但是我是有 No such file 这个问题,解决后,连带的这个问题也就解决了。

我是看这个回答解决的。

https://github.com/liximomo/vscode-sftp/issues/919#issuecomment-838586635