Linux 14.992 Themen, 106.482 Beiträge

FTP-Server - Spezielle Distri?

gelöscht_96523 / 8 Antworten / Flachansicht Nickles

Hallo zusammen,
einige kennen vielleicht die Linux-Firewall-Distri "IPCop". Ein sehr nettes Teil, das (mMn) sehr gut funktioniert und schnell eingerichtet ist.

Gibts sowas eigentlich auch als "FTP-Server-Variante"? Also eine fertige Distri, die nur installiert werden muss und direkt einsatzbereit ist? Mit Weboberfläche für FTP-Server-Konfiguration, Userkonfiguration etc.

Kennt da jemand was?

bei Antwort benachrichtigen
KarstenW gelöscht_96523 „Als kompletten Anfänger würde ich mich nicht bezeichnen - Ich habe mich nur...“
Optionen

Es gibt verschiedene FTP Server als Programme.
Die Distribution dürfte egal sein. Ich bin auch kein Experte für FTP Server.
Wichtig ist nur das kein Xserver oder Desktop automatisch mit installiert wird.
Mir fallen nur die Alternate Version von Ubuntu (Ubuntu baut auf Debian testing auf) und Debian selbst ein.
Zu Debian gibt es verschiedene Bücher bei Amazon:

http://www.amazon.de/s/ref=nb_ss_w?__mk_de_DE=%C5M%C5Z%D5%D1&url=search-alias%3Daps&field-keywords=Debian+Server&x=0&y=0

Aber mit ein paar Mausklickes kann man einen FTP Server nicht konfigurieren.

Beispiele von Debian etch


wu-ftpd:

powerful and widely used FTP server
This FTP daemon, originally from the Washington University of St. Louis,
is a powerful, and widely used replacement FTP server for Unix systems.
The FTP protocol is a method of transferring files between machines on
a network and/or over the Internet.

Besides fully supporting the FTP protocol defined in RFCs 959 and
1579 (and others), it adds the following features:
o logging of transfers,
o logging of commands,
o on the fly compression and archiving,
o classification of users on type and location,
o per class limits,
o per directory upload permissions,
o restricted guest accounts,
o system wide and per directory messages,
o directory aliases,
o cdpath,
o filename filter,
o virtual host support (similar to the Apache HTTP server).

This release is maintained by the WU-FTPD Development Group as a
public service to the Internet.


oder ftpd

FTP server
This is the netkit ftp server. It is recommended for you to use one of its
alternatives, such as wu-ftpd or proftpd.


Oder ein grafisches Konfigurations-Frontend für proftpd

GTK+ configuration tool for proftpd
GProftpd is a fast and easy to use GTK+ administration tool for the Proftpd
standalone server.

GProftpd with Proftpd gives admins easy access to virtual hosting, 8 layers of
security including chrooted users and encrypted transfers on both the data and/
or control channels.



oder der proftpd


Versatile, virtual-hosting FTP daemon
A powerful replacement for wu-ftpd, this File Transfer Protocol
daemon supports hidden directories, virtual hosts, and per-directory
".ftpaccess" files. It uses a single main configuration file, with a
syntax similar to Apache.

Because of the advanced design, anonymous-FTP directories can have
an arbitrary internal structure (bin, lib, etc, and special files are
not needed). Advanced features like multiple password files and
upload/download ratios are also supported.

This package contains most of the core and contributed modules of
proftpd.

More information can be found at http://www.proftpd.org/.












Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen