liximomo / vscode-sftp

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

remote file is removed , can't sync to my local fille even i use the command(Sync Remote -> Local )(远程文件被删除,无法将删除事件同步到本地) #1027

Open zzzxu619 opened 3 months ago

zzzxu619 commented 3 months ago

1.远程服务器删除了一个文件 2.检查本地文件没有被同步删除 3.使用 Sycn Remote -> Local & Download 指令都没用 4.以下是我的配置: { "name": "MyCode", "host": "xxxxxxxx", "protocol": "sftp", "port": 22, "username": "root", "remotePath": "/home/Download", "uploadOnSave": false, "useTempFile": false, "openSsh": true, "privateKeyPath": ".vscode/Aliyun_rsa", "syncMode": "update", "passive":false, "watcher": { "files": "*/", "autoUpload": true, "autoDelete": true }

}