I am using arch linux
as a vsftpd
server can I cannot log to my local vsftpd server
local_enable=YES
write_enable=YES
anonymous_enable=NO
dirmessage_enable=YES
connect_from_port_20=YES
ssl_enable=YES
force_local_logins_ssl=YES
force_local_data_ssl=YES
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
rsa_private_key_file=/etc/ssl/certs/vsftpd.pem
pam_service_name=ftp
pasv_addr_resolve=YES
pasv_min_port=6000
pasv_max_port=7000
listen=YES
now while I am try to login with filezilla
to a local user that exists in the /etc/passwd
I recv
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Command: USER test
Response: 331 Please specify the password.
Command: PASS ***
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server
and I check many times the password is correct I have event tried to login with the root user and still same message event if I create new it does that for every user
I have followed this doc