Can I enable users to log in using FTP on my Linux server?
Print this Article
Comment on this Article
Last Updated:
May 12, 2010 10:07 AM
Some of the information in this article is advanced material we make available as a courtesy. Please be advised that you are responsible for properly following the procedures below. Customer Support cannot assist with these topics.
You can set up users to log in using FTP on your Linux dedicated server, if the server is running Parallels Plesk Panel.
To Let Users Log In UsingFTP (File Transfer Protocol)
- Create a new user. You can use Parallels Plesk Panel or type
adduserat 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 restartat the command line.