So out of now where FTP stopped working.
I am using Pure-FTPD
Not sure if APF is causing this but I am pretty sure its not
Status: Resolving address of server1.spetsnazhost.com
Status: Connecting to 37.0.1xx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 9999 allowed.
Response: 220-Local time is now 15:20. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 10 minutes of inactivity.
Command: USER spet
Response: 331 User spet OK. Password required
Command: PASS *******
I am using Pure-FTPD
Not sure if APF is causing this but I am pretty sure its not
Status: Resolving address of server1.spetsnazhost.com
Status: Connecting to 37.0.1xx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 9999 allowed.
Response: 220-Local time is now 15:20. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 10 minutes of inactivity.
Command: USER spet
Response: 331 User spet OK. Password required
Command: PASS *******
Code:
[email protected] [~]# netstat -lnp | grep :21
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 5395/pure-ftpd (SER
tcp 0 0 :::21 :::* LISTEN 5395/pure-ftpd (SER
Code:
[email protected] [~]# /scripts/restartsrv_pureftpd --status
pure-ftpd (pure-ftpd (SERVER)) running as root with PID 5395 (process table check method)
[email protected] [~]#