www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: komaii am 04. August 2004, 14:43:20



Titel: kann verzeichnis anlegen aber keine dateien hochladen
Beitrag von: komaii am 04. August 2004, 14:43:20
hallo,
ich bin ja mal ein newbie, also verzeiht mir das erste mal wenn ich was falsch mache...

Server: SuSE9.1, Proftpd 1.29, gestartet über xinetd.d

--------------------------xinetd.d------------------------------->
less /etc/xinetd.d/proftpd
service ftp
{
        disable = no
        socket_type     = stream
        wait            = no
        user            = root
        server          = /v/proftpd/sbin/in.proftpd
}
--------------------------xinetd.d-------------------------------<

folgende problem hab ich:
ich habe eine Gruppe angelegt "ftponly". dann einen user der als standard gruppe "ftponly" bekommt, als shell /bin/bash..

--------------------------less /etc/passwd---------------------->
komaii:x:1000:1000:komaii:/home/komaii:/bin/bash


---------------------------proftpd.conf--------------------------->
ServerName                      "Willkommen im Kundenbereich!"
ServerAdmin                     root@localhost
ServerType                      inetd
DefaultServer                   on
DeferWelcome                    on
DisplayConnect                  /v/proftpd/welcome
ExtendedLog                     /var/log/proftpd.access_log ALL default
DenyFilter                      \*.*/
UseReverseDNS off
#ReverseDNSLookup OFF

# Basic Server configuration
Port                            21
Umask                           022
MaxInstances                    10
TimeoutStalled                  300

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

# FXP is on
AllowForeignAddress             on

# Maximal Werte setzen
MaxClientsPerHost               2       "No more  %m connections"
MaxClients                      8       "all %m clients connected"
MaxLoginAttempts                3

# Default ROOT Path Einstellung
<Global>
  DefaultRoot /usr/local/ftpstuff
  RootLogin                     off
  RequireValidShell             on
</Global>

<Directory /*>
AllowOverwrite on
HideNoAccess on

<Limit LOGIN READ WRITE CWD RETR MKD RTFR RNTO DELE RMD STOR>
AllowGroup ftponly
</Limit>

</Directory>
---------------------------proftpd.conf---------------------------<

das verzeichnis sieht so aus: --> /usr/local/ftpstuff
drwxrwx---   3 root ftponly 4096 Aug  4 14:20 ftpstuff

im verzeichnis kan ich ordner anlegen wie man sieht....
drwxrwx---   3 root   ftponly 4096 Aug  4 14:31 .
drwxr-xr-x  11 root   root    4096 Aug  4 14:10 ..
drwxr-xr-x   2 komaii ftponly 4096 Aug  4 14:31 teschtverzeichnis

mein probklem ist nun das ich wie gesagt NUR verzecihnisse anlegen und löschen kann, aber keine dateien, welcher art auch immer uploaden kann.

---> was ich eigentlich genau möchte:
jeder neue user den ich anlege und nur die gruppe "ftponly" bekommt darft in diesem Verzeichnis schreiben und lesen. wenn das mal funktioniert dann möchte ich das noch einschränken mit <Limit LIST NLST>..

ihr habt da sicher ne lösung dazu... oder könt mir weiterhelfen, ich verzweifle grade...

lg,
 komaii


Titel: kann verzeichnis anlegen aber keine dateien hochladen
Beitrag von: komaii am 05. August 2004, 12:44:39
faszinierend, jetzt funktionierts, schuld war die policy einstellung in der Firewall...

danke für die hilfe,

komaii


Titel: kann verzeichnis anlegen aber keine dateien hochladen
Beitrag von: Wörsty am 05. August 2004, 12:55:42
Zitat von: "komaii"
danke für die hilfe

Welche :shock:  :?: