Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ProFTPd und ein newbie

Empfohlene Antworten

Veröffentlicht

Hallo liebe Linux-Pros ^^

Ich habe da ein kleines Problem und hoffe dass Ihr mir helfen könnt.

Und zwar versuche ich mich neuerdings auch mal unter Linux -> Bin also in der Geschichte blutiger Anfänger. Ich habe mir einen root organisiert und konfiguriere diesen über SSH. Nun wollte ich mal einen FTP-Server (ProFTPd) aufsetzen, was auch soweit gut geklappt hat. Einloggen funktioniert auch über das Internet, ALLERDINGS nur mit dem anonymen Anmelden. Nun habe ich etwas rumgelesen und gesehen, dass man den <Anonymous> - Teil in der ProFTPd.conf löschen muss, und anschliessen einen neuen User im System anlegen soll, welcher dann von ProFTPd verwendet werden kann. Alsoo den <Anonymous> - Teil entfernt und mit:

"groupadd -g 7132 ftp" und "useradd -u 8200 -g 7132 -d /home/test -s /dev/null -c ftp-user test" die Gruppe und den User erstellt. Jetzt noch einmal fix ProFTPd neu gestartet. So nun ist die anonyme Anmeldung nicht mehr möglich ABER die Anmeldung mit dem neu angelegten Account leider auch nicht -> 530 Login incorrect.

So langsam bin ich am Verzweifeln :-( . Hat jemand von Euch eine Idee woran es liegen kann?

Hier mal die proftpd.conf , für Euer geschultes Auge ;-)

-------------------------------------------------------

# sample /etc/proftpd.conf file

# 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 Default Installation"

ServerType standalone

#

#

# ftp stream tcp nowait root /usr/sbin/tcpd /usr/local/sbin/proftpd

#ServerType inetd

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

#security fix as recommended by proftpd-development-team

DenyFilter \*.*/

# 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 /*>

AllowOverwrite on

</Directory>

-------------------------------------------------------

Habt Ihr Rat für einen Linux-Anfänger?

Danke im Vorraus!!

lg

Josch

So als generellen Schritt: Loglevel auf Maximum stellen und mal einen Blick in die Logs werfen. Ich weiß nicht wie gesprächig proftd ist, aber bei den meisten Unixanwendungen kann man den Fehler so recht gut eingrenzen.

hallo josch,

Ich glaub der Link sollte dir weiter helfen Debian/sarge\Webserver - IT 2006:mod: wenn du nach diesem HOWTO dein Installation durchgehst dann sollte es funktionieren.:D

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.