liximomo / vscode-sftp

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

econnrefused #952

Closed admiraldon closed 3 years ago

admiraldon commented 3 years ago

Do you read the FAQ?

Describe the bug I'm not sure if it's a bug ... I´m trying to reach an ftp:21 but I always get a econnrefused message ... BUT it works with Filezilla and it works with the same extension and config on a vscode installation of the sever admin. Any ideas?

To Reproduce Steps to reproduce the behavior: { "name": "test", "host": "meck-camper.de", "protocol": "ftp", "port": 21, "remotePath": "/", "username": "test_dan", }

after entering the right password ... "connect ECONNREFUSED 84.16.79.226:21"

Expected behavior other ftp connections are working

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Extension Logs from Startup - required [06-18 13:49:06] [info] config at /Users/admiraldon/SynologyDrive/#WEBDESIGN/GITHUP/FTP {"remotePath":"/","uploadOnSave":false,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"ftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"name":"test","host":"meck-camper.de","port":21,"username":"**","password":"**"}

thx for any idea

admiraldon commented 3 years ago

case is closed .... my external IP was on the blocked list