• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

proftpd läuft nicht....

tomycat

Member
hallo,
hatte mal suse, deswegen bin ich hier reg.
Habe mir kurzzeitig für Unbuntu 15 entschieden.
Mein Ziel: Mit proftpd meine Hp entgegen nehmen und Sie dann in var/www/html speichern.
meine proftpd.conf
Code:
Include /etc/proftpd/modules.conf
UseIPv6                         on
IdentLookups                    off

ServerName                      "Debian"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayChdir                    .message true
ListOptions                     "-l"

DenyFilter                       \*.*/

DefaultRoot ~
AuthOrder mod_auth_file.c mod_auth_unix.c
AuthUserFile /etc/proftpd/ftpd.passwd
AuthPAM off
RequireValidShell off

RequireValidShell               off
Port                            21

<IfModule mod_dynmasq.c>
</IfModule>

MaxInstances                    30

User                            proftpd
Group                           nogroup

Umask                           022  022
AllowOverwrite                  on



TransferLog /var/log/proftpd/xferlog
SystemLog   /var/log/proftpd/proftpd.log

<IfModule mod_quotatab.c>
QuotaEngine off
</IfModule>

<IfModule mod_ratio.c>
Ratios off
</IfModule>

<IfModule mod_delay.c>
DelayEngine on
</IfModule>

<IfModule mod_ctrls.c>
ControlsEngine        off
ControlsMaxClients    2
ControlsLog           /var/log/proftpd/controls.log
ControlsInterval      5
ControlsSocket        /var/run/proftpd/proftpd.sock
</IfModule>

<IfModule mod_ctrls_admin.c>
AdminControlsEngine off
</IfModule>
Include /etc/proftpd/conf.d/

die ftpd.passwd
Code:
supermanvv:$1$Ap9icBqG$HrUZTperHq4x3nH7iWWfpnz.:1001:1001::/var/www:/bin/false
ftpgirly:$1$BolQDAbt$F0PAXWFvO/vYqBAEEOPICV..:1001:1001::/var/www/html:/bin/false
ftpmanner:$1$eUyDaXyj$xKFF./3ZBi5lhvk0.0bXryJ1:1003:1003::/var/www/html:/bin/false

die ftpd.group:
Code:
ftpgirly:x:9999:

Code:
Status:	Starte Upload von C:\text\02.jpg
Befehl:	PASV
Antwort:	227 Entering Passive Mode (185,11,138,199,148,205).
Befehl:	STOR 02.jpg
Antwort:	550 02.jpg: Keine Berechtigung

herunterladen kann ich, blos nicht hochladen
Fehler: Kritischer Dateiübertragungsfehler
 

gehrke

Administrator
Teammitglied
Bitte noch das Thema mit [Gelöst] markieren:
http://linux-club.de/forum/viewtopic.php?f=104&t=120406
TNX
 
Oben