CentOS 7 vsftpd FTP Server

Posted . Visible to the public.


# yum install vsftpd

# vim /etc/vsftpd/vsftpd.conf
  anonymous_enable=NO
  allow_writeable_chroot=YES
  chroot_local_user=YES

#systemctl enable vsftpd
#systemctl start vsftpd
Profile picture of L3UNIX
L3UNIX
Last edit
L3UNIX
Posted by L3UNIX to L3UNIX's deck (2016-09-14 22:33)