Can I enable users to log in using FTP on a virtual dedicated server?
Print this Article
Last Updated:
June 21, 2007 2:38 PM
Yes, you can set up users to log in using FTP on your virtual dedicated server.
NOTE: If you add users to your virtual dedicated server using Plesk, you do not need to follow the steps below to allow users to log in using FTP.
To Allow Users to Log in Using FTP (File Transfer Protocol)
- Create a new user. You can use Plesk or type
adduser
at the command line. - Open /etc/proftpd.conf in a text editor.
- Replace this entry at the bottom of the file:AllowGroup ftpuserswith:
DenyAllAllowAll - Save your file.
- At the command line, type
/etc/rc.d/init.d/xinetd restart
.