Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
373 stars 68 forks source link

unable to parse pasv server response #480

Open rehanahamed240 opened 3 months ago

rehanahamed240 commented 3 months ago

hey i am using your extension before it was working fine and perfect , i was loving it but now i am getting below error message when i am using it

unable to parse pasv server response

i am using ftp protocol to connect to server here is my example json which i am using

{ "name": "aa", "host": "localhost", "protocol": "ftp", "port": 21, "username": "aa", "remotePath": "/", "uploadOnSave": false, "useTempFile": false, "openSsh": false, "password":"aaa" }

any help will be a great effort for me. thanx in advance looking forward to hear from you a positive response.