Wanting to add users in proftp?>

Alles, was den ProFTPD betrifft, kann hier besprochen werden.

Wanting to add users in proftp?>

Postby conzo » 30. August 2010 18:46

ok i am little new to the xammp proftp

ok what i am trying to do is add users with there own passwords ( with nothing more then them being allow to download ! )

plz Help

ubuntu 10.04 With gui desktop
below is my conf file
Thanks Conzo
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30

# Set the user and group that the server normally runs at.
User nobody
#Group nogroup

# Normally, we want files to be overwriteable.
<Directory /opt/lampp/htdocs/*>
AllowOverwrite off
</Directory>

# only for the web servers content
DefaultRoot /media/1TB/

# nobody gets the password "lampp"
# commented out by lampp security
#UserPassword nobody wRPBu8u4YP0CY
UserPassword nobody 4krozwt.aKz8o

# nobody is no normal user so we have to allow users with no real shell
RequireValidShell off

# nobody may be in /etc/ftpusers so we also have to ignore this file
UseFtpUsers off



Thanks Conzo
conzo
 
Posts: 1
Joined: 30. August 2010 17:22

Re: Wanting to add users in proftp?>

Postby Nobbie » 30. October 2010 20:33

Proftpd benutzt normalerweise die User aus dem Betriebssystem - d.h. die ganz normalen Linux User. Du musst nur unter Linux einen neuen User mit Password anlegen und kannst dann mit proftpd genau diese Login-Daten benutzen, um Dich anzumelden.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04


Return to ProFTPD

Who is online

Users browsing this forum: No registered users and 5 guests