Hallöle,
ich hab einige fragen und auch Probleme.
habe den ProFTPd installt .config und so hat auch alles geklapt login geht auch!!
ABER
nun möche ich mir vom internet auch auf den server einlogen Forwarding und so ist alles eingestellt login abfrage kommt auch sofort wenn ich meine login daten eingetragen habe dauert es eine weigkeit bis er mir das verzeichnet "listet" bzw. listet er mir das ganicht... es geht nur im Netzwerk d.h. wenn ich mittels IP mich einlogge. worann könnte das liegen noch als vergleich meine .conf
# (C)
www.proftpd.de# updated 2003-05-12
# by Stonki
ServerName "GlobalEconomic"
ServerType standalone
DefaultServer on
RootLogin off
# 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
# Note that this ONLY works in standalone mode
MaxInstances 30
# Set the user and group under which the server will run.
#User nobody
#Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
defaultroot /home/FileServer
UseReverseDNS off
IdentLookups off
# Normally, we want files to be overwriteable.
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
und dann noch was ich möche gerne das er die HomeVerzeichnisse von den jeweiligen user mit anzeigt wie löse ich das da ja das alle erst mal in docroot kommen und die HomeVerzeichnisse woanders liegen.
Vielen Dank im voraus.
PS. Ihr seit super hab schon viele lösungen in euer forum gefunden!