Media Server (PLEX) and NAS / Problems / help
8 minutes ago, MrSimplicity said:C:\Windows\system32>telnet localhost 21
220-FileZilla Server 0.9.60 beta
220-written by Tim Kosse (tim.kosse@filezilla-project.org)
220 Please visit https://filezilla-project.org/
----------------
C:\Windows\system32>netstat -ano | findstr ":21"
TCP 0.0.0.0:21 0.0.0.0:0 LISTENING 11732
TCP [::]:21 [::]:0 LISTENING 11732
TCP [::1]:52191 [::1]:21 TIME_WAIT 0
C:\WINDOWS\system32>telnet 192.168.1.39 21
Connecting To 192.168.1.39...Could not open connection to the host, on port 21: Connect failed
------------------
So if I'm not dumb as kind of know what I'm looking at. The server is running and working and my PC just doesn't connect. either that on I have failed to configure something and i have no idea what.
Yup so what the netstat tells us is that port 21 (Default FTP Port) is listening.
The local telnet tells us that youre able to connect to the FTP server on that port.
The remote telnet, tells us that connection to that port is blocked. aka a Firewall.
So assuming you're using the built in Windows Defender Firewall, you could try disabling it for testing purposes
If that works its a matter of configuring your firewall rule. You can add it by making Filezilla Server an allowed app

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now