You are not logged in.
Hi there
I was wondering if someone could assist? I am having a few problems setting up FTP onto my newly created server.... I can access it by SSH and Samba, but FTP is alluding me.
I have tried to set up VSFTP but when I try to access it either remotely or locally I get error 530 login incorrect.
I have the following
in /etc/hosts.allow
vsftpd: ALL
vsftpd: 192.168.1/255.255.255.0
in /etc/vsftpd.conf
listen=YES
local_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
pam_service_name=vsftpd
seccomp_sandbox=NO
write_enable=YES
userlist_enable=YES
secure_chroot_dir=/var/empty
anonymous_enable=YES
anon_root=/srv/ftp
no_anon_password=YES
in /etc/vsftpd.user_list
userlist_deny=NO
I hope someone can guide me as to where I am going wrong?
Many thanks
Mike
Offline
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
There is no /etc/hosts.allow (or hosts.deny) in Arch. What do the vsftpd logs show? Firewall access OK?
Offline
Offline