liximomo / vscode-sftp

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

Getting remote list in FTPS mode is too slow #739

Open wcdmax opened 4 years ago

wcdmax commented 4 years ago

I have used the FTPS mode in the configuration file, but it is very slow to access the remote server list. It usually takes 30 seconds to get the file list of the remote server. I use flashFXP or other tools very fast,How can I fix it。 This is my profile { "port": 21, "ftps": true, "secure": true, "passive": true, "name": "Remote", "protocol": "ftp", "remotePath": "/", "uploadOnSave": true, "interactiveAuth": true, "username": "layuiadmin", "host": "IP", "password": "password", "ignore": [ ".git", ".idea", ".vscode", ".history", ".DS_Store" ], "watcher": { "files": "*/", "autoDelete": true, "autoUpload": false }, "syncOption": { "delete": true, "update": true }, "secureOptions": { "rejectUnauthorized": false } }

zz1231118 commented 4 years ago

Same issue on our production.

liulchenko commented 3 years ago

get this bug too.