www.ProFTPD.de
13. März 2007, 21:09:09 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: [1]
1  ProFTPD / ProFTPD - Deutsch / proftpd will nicht starten in standalone und inetd ??? am: 12. April 2005, 19:28:46
hast du dir mal die config angesehen /etc/proftpd.conf ob dort standalone oder inetd drin steht.
2  ProFTPD / ProFTPD - Deutsch / Verzeichnisproblem am: 12. April 2005, 19:17:02
So ich hab jetzt mount --bind /home/ftpuser/Dateiupload /home/Niels
in die Shell eingegeben.
So danach hab ich mich als Niels angemeldet und siehe da es war nichts zu sehen. Hab auch einen restart vorgenommen trotzdem ohne Erfolg :cry:  :cry:  :cry:  :cry:  :cry: .
Geht es vieleicht auf anderem wege eine Datei einzupinden.
3  ProFTPD / ProFTPD - Deutsch / Verzeichnisproblem am: 12. April 2005, 16:56:16
Hallo alle miteinander

Ich hab ein kleines Proplem.
 Lächelnd  Lächelnd

ich hab mir das so vorgestellt das jeder nach dem einloggen in seinem Home Verzeichnis ist und dort lesen schreiben kann. die User sollten aber alle noch einen Ordner haben den jeder sieht und da hinein datein uploaden kann (der Ordner  liegt auf /home/ftpuser/Dateien).

was muss ich in der config eintragen.
Danke im voraus
4  ProFTPD / ProFTPD - Deutsch / ip proplem am: 06. April 2005, 13:25:31
Lächelnd  Lächelnd  Lächelnd  Lächelnd Hab es jetzt zum laufen gebracht Lächelnd  Lächelnd  Lächelnd  Lächelnd  Lächelnd  Lächelnd
5  ProFTPD / ProFTPD - Deutsch / ip proplem am: 05. April 2005, 15:35:13
Zitat von: "Wörsty"
:debug: proftpd -nd9


Ich poste mal die proftpd.conf vieleicht steckt hier ein fehler


#
# /etc/proftpd.conf -- This is a basic ProFTPD configuration file.
# To really apply changes reload proftpd after modifications.
#

ServerName         "Daniels Server"
ServerType         standalone
DeferWelcome         off

MultilineRFC2228      on
DefaultServer         on
ShowSymlinks         on

TimeoutNoTransfer      600
TimeoutStalled         600
TimeoutIdle         1200

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

DenyFilter         \*.*/

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd      off

# Uncomment this if you would use TLS module:
#TLSEngine          on

# Uncomment this if you would use quota module:
#Quotas            on

# Uncomment this if you would use ratio module:
#Ratios            on

# Port 21 is the standard FTP port.
Port            21

# 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            daniel
Group            nogroup

# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
Umask            022  022
# Normally, we want files to be overwriteable.
AllowOverwrite         on

# Delay engine reduces impact of the so-called Timing Attack described in
# http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02
# It is on by default.
#DelayEngine          off


# A basic anonymous configuration, no upload directories.

# <Anonymous ~ftp>
#   User            ftp
#   Group            nogroup
#   # We want clients to be able to login with "anonymous" as well as "ftp"
#   UserAlias         anonymous ftp
#   # Cosmetic changes, all files belongs to ftp user
#   DirFakeUser   on ftp
#   DirFakeGroup on ftp
#
#   RequireValidShell      off
#
#   # Limit the maximum number of anonymous logins
#   MaxClients         10
#
#   # We want 'welcome.msg' displayed at login, and '.message' displayed
#   # in each newly chdired directory.
#   DisplayLogin         welcome.msg
#   DisplayFirstChdir      .message
#
#   # Limit WRITE everywhere in the anonymous chroot
#   <Directory *>
#     <Limit WRITE>
#       DenyAll
#     </Limit>
#   </Directory>
#
#   # Uncomment this if you're brave.
#   # <Directory incoming>
#   #   # Umask 022 is a good standard umask to prevent new files and dirs
#   #   # (second parm) from being group and world writable.
#   #   Umask            022  022
#   #            <Limit READ WRITE>
#   #            DenyAll
#   #            </Limit>
#   #            <Limit STOR>
#   #            AllowAll
#   #            </Limit>
#   # </Directory>
#
# </Anonymous>


Beim ausführen von proftpd -nd9 ist mir nichts komisches aufgefallen.
Normalerweise müsste doch da die ip stehen auf die proftpd lauscht bei mir steht da blos server.zuhause.xx und da hinter ein parr sachen.
6  ProFTPD / ProFTPD - Deutsch / ip proplem am: 05. April 2005, 14:45:44
Zitat von: "Wörsty"
Verstehe kein Wort.

Aber mal so ins Blaue geraten:  ifconfig -a

Ansonsten: 127.0.0.1 wenn du nur Lokal ran willst.



 :oops:  :oops:  hab mich woll schlecht ausgedrückt.

Mein Proplem ist ich kann gar nicht auf Verzeichnisse zugreifen die Freigegeben sind. Habe schon mit den  Ports 20 ,21 Portforwarding betrieben (benuzte IpCop auf dem gleichen Rechner wo proftpd läuft) und die ports an die ip 127.0.0.1 weitergeleitet aber ohne Erfolg. Es kommt immer der Fehler kann nicht zugegriffen werden. Ich hab einfach keine idee mehr wieso ich keinen Zugriff bekomme :keinelust)
7  ProFTPD / ProFTPD - Deutsch / ip proplem am: 04. April 2005, 21:02:40
hallo alle zusammen

wie bekomme ich die ip von proftp raus. Sodas ich local connecten kann. Wo kann ich sie ändern
Ich bin am verzweifel

Bin noch ein Anfänger schreibt bitte verständlich!!!!
Seiten: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.085 Sekunden mit 16 Zugriffen.