Can I enable users to log in using FTP on my Linux dedicated server?
Print this Article
Last Updated:
September 17, 2007 4:39 PM
You can set up users to log in using FTP on your Linux dedicated server, if the server is running the Plesk control panel.
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 the /etc/proftpd.conf file in a text editor.
- Replace this entry at the bottom of the file:AllowGroup ftpuserswith:
DenyAllAllowAll - Save your file.
- Type
/etc/rc.d/init.d/xinetd restart
at the command line.