www.ProFTPD.de
13. März 2007, 20:55:32 *
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 / Re: ProFTPd hat beim Upload Aussetzer am: 13. Mai 2006, 00:11:36
Hallo,

Hmm - ich weiß nicht, ob es daran liegen könnte,
aber versuche es doch einmal mit zuätzlich:

Code:
UseReverseDNS off
IdentLookups off
RequireValidShell off

in Deiner proftpd.conf. Vielleicht hilft's...

mfg.
  VolGas

obiges hat leider keine Änderungen gezeigt,

Noch Ideen?
2  ProFTPD / ProFTPD - Deutsch / Re: ftp fehlermeldung beim start am: 11. Mai 2006, 15:46:21
Hallo,

wie sieht Deine Config (proftpf.conf) denn aus?
3  ProFTPD / ProFTPD - Deutsch / Re: ProFTPd hat beim Upload Aussetzer am: 11. Mai 2006, 10:57:15
Hallo,

noch ein Nachtrag:

Am Provider liegt es nicht, denn von anderen habe ich gehört, dass sie damit keine Probleme haben.
4  ProFTPD / ProFTPD - Deutsch / ProFTPd hat beim Upload Aussetzer am: 11. Mai 2006, 10:54:10
Hallo,

ich habe ein Debian 3.1 sarge System mit ProFTPd 1.2.10.
Wenn ich auf den FTP was hochlade (z.B. einen Theme-Ordner mit kleinen Bilddateien), bleibt der Upload immer wieder hängen. Das heisst er pausiert für einige Sekunden und macht dann weiter.
Der Upload von sagen wir 5 MB kleiner Bilddateien dauert so über eine Stunde (normalerweise lade ich sowas in ein paar Minuten hoch) Smiley

Testhalber habe ich den aktuellsten 1.3.0 ProFTPd kompiliert und es mit diesem versucht. Selbes Ergebnis.
In den Log-DAteien ist nichts erkennbar. Weder im xferlog noch im ftp.log, welches ich erstellen ließ durch die SystemLog Direktive)

Nun stellt sich mir die Frage, ob es eine Einstellungssache ist?

Hier noch meine derzeitige proftpd.conf:

Code:
#### CONFIXX PRO-FTPD CONFIG FILE ####
    #### created at Wed Mar  8 18:38:43 2006 ###

# 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      xxxx.domain.de
ServerType      standalone
DefaultServer   on
ServerAdmin     technik@domain.de
ServerIdent     on "FTP Server ready."
ListOptions "-a"
DelayEngine 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

# 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

TransferLog     /var/log/xferlog
SystemLog       /var/log/ftp.log

# Normally, we want files to be overwriteable.
AllowOverwrite on
AllowStoreRestart on
AllowRetrieveRestart on
AllowForeignAddress on

#
# Do a chroot for web-users (i.e. public or www group), but
# do not change root if the user is also in the users group...
#
#DefaultRoot ~/public_html       public,!users
#
DefaultRoot ~

# Groups that are not allowed to login
<Limit LOGIN>
DenyGroup poponly
</Limit>


     ### ENDE ####

Vielleicht hat hier jemand einen schlauen Rat?

Herzlichen Dank und viele Grüße!
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.061 Sekunden mit 16 Zugriffen.