PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Proftp Config Prob



Janoschka
08.09.02, 14:27
Ich habe das ProftpPaket von der offiziellen Seite installiert.
Es traten keine Fehler bei der installation auf.
Wenn ich das Programm aber jetzt starten will sagt es, es hätte
die config-datei "/etc/proftpd.conf" nicht lesen können.
Ich hab nachgeschaut - die Datei gibt es garnicht.
Wie kann ich mein proftpd denn konfigurieren, oder die datei erstellen, oder so?
THX

Nighthawk
09.09.02, 14:19
Mach doch mal locate proftpd.conf, irgendwo gibt's bestimmt eine default config Datei die du als Ausgangspunkt benutzen kannst.

bernie
09.09.02, 14:25
Hi,

Viel Spaß damit:



# 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 "Mein Server"
ServerType standalone
DeferWelcome off

ShowSymlinks on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on

TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200

DisplayLogin welcome.msg
DisplayFirstChdir .message
LsDefaultOptions "-l"

DenyFilter \*.*/

ExtendedLog /var/log/proftpd.log
IdentLookups off
RequireValidShell off
Port 21

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 /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
Umask 022 022

AllowOverwrite on
</Directory>

DefaultRoot ~


Das ist fast die Debian-default Config ohne Anonymous-Zugang

Ciao, Bernie

slime
09.09.02, 14:26
ja genau, kuck mal in dem paket mit dem du proftpd installiert hast,
normaerweise gibts da ein verzeichiss doc, contrib oder examples,, irgendwo dort solltest du eine beispielconfiguration finden.

feuerwand
09.09.02, 14:28
oder schau hier im forum. es wurden auch schon oefters welche komplett gepostet ;)

Janoschka
09.09.02, 15:17
K, das Prob is gelöst, proftp startet, nur weiß ich leider immer noch nicht, wie
ich User anlegen kann, also FTP-Zugänge einrichten kann.
Kann/muss ich die auch in der Config-Datei festlegen? könnte mir bitte jemand eben erklären wie ich das mache?
THX

Ulli Ivens
09.09.02, 15:42
Liest du die antworten zu deinen Postings eigentlich nicht ?? Habe ich dir doch wirklich ausführlich erklährt !!


http://www.linuxforen.de/forums/showthread.php?s=&threadid=44295&highlight=user+proftp