liximomo / vscode-sftp

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

Auto delete while sync doesnt work #864

Open Ravid-Levy opened 3 years ago

Ravid-Levy commented 3 years ago

Auto delete while sync doesnt work if I try to delete a directory or a file it doesnt sync to the server automatically.

how can I fix it?

I tried this -

{ "name": "Server", "host": "domain", "protocol": "ftp", "port": 21, "username": "user", "password": "pass", "remotePath": "/", "uploadOnSave": true, "syncOption": { "update": true, "delete": true }, "syncMode": "full" }

What is wrong???