nur htdocs??

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

nur htdocs??

Postby mckinley » 25. March 2003 11:51

hi jungs :D ich bins nochmal.

ich habe immernoch erhebliche probleme mit meinem ftp.
Der login funzt und alles. Auch schreibrechte aber nur mit dem user der in der proftpd.cfg drinn steht also der nobody.

wenn ich mich anmelden als "indexcla" (habe so einen linux user)
und dan sein pw eingebe komme ich zwar in den ftp rein aber habe weder schreib rechte noch lösch rechte oder sonst was auser überschreiben.

könnt ihr mir sagen wie ich:
1. in allen verzeichnissen des server schreibrechte habe mit dem user nobody
2. wie ich schreibrechte und löschrechte mit einem linux user erlange??

das ist meine config

Code: Select all
# 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/*>
  AllowOverwrite      on
</Directory>

# only for the web servers content
DefaultRoot /opt/lampp/

# nobody gets the password "lampp"
# commented out by lampp security
#UserPassword nobody wRPBu8u4YP0CY
UserPassword nobody KxAQ4QRMoNkho

# 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
User avatar
mckinley
 
Posts: 48
Joined: 04. January 2003 17:18
Location: /root

Postby Pc-dummy » 25. March 2003 14:23

bring irgendwie da kein langer text hineine darum

antwort auf

http://pc-dummy.net/download/lampp/help.txt

MFG
Pc-Dummy

P.s.: heute abend stell ich dazu noch nen howto online *g*
Last edited by Pc-dummy on 31. August 2003 01:27, edited 3 times in total.
Pc-dummy
AF Moderator
 
Posts: 784
Joined: 29. December 2002 01:46
Location: AT-Vorarlberg-Feldkirch


Return to ProFTPD

Who is online

Users browsing this forum: No registered users and 18 guests