Add a FTP-user

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Add a FTP-user

Postby Kottizen » 09. September 2009 19:08

I'm running Ubuntu server 8.04 and need to know how to add so a user get 100% access of one folder (and folders under it). I've recently runned "sudo adduser <username>" to add the user to the system, but how do I add him to the FTPd?
Kottizen
 
Posts: 2
Joined: 09. September 2009 19:04

Re: Add a FTP-user

Postby Nobbie » 09. September 2009 19:57

What tells the FTPd manual?
Nobbie
 
Posts: 13176
Joined: 09. March 2008 13:04

Re: Add a FTP-user

Postby Kottizen » 10. September 2009 15:18

I've searched in it, but I can't find any answer... :(
Kottizen
 
Posts: 2
Joined: 09. September 2009 19:04

Re: Add a FTP-user

Postby utan » 12. September 2009 04:35

This is what i use to grant access to a specific folder,
create a user in the user manager of your unix OS,
At the end of the proftpd.conf add this directives.
Code: Select all
<Global>
RequireValidShell off
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
Umask            022
DefaultTransferMode ascii
AllowOverwrite on
MaxClients 3
DeleteAbortedStores on
DefaultRoot /opt/lampp/htdocs/"thefolder-you want to have" "theusername-created"
</Global>

access the folder content with filezilla or a program of your linking... use user name and password that you created for that determined user that will have access..
hope this help...
You are invited to visit my site ...http://radioscatrachas.info

thanks a lot..
utan
 
Posts: 14
Joined: 02. June 2009 19:44


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 80 guests