Zeige Beiträge
|
Seiten: [1]
|
2
|
ProFTPD / ProFTPD - Deutsch / FTP Stor Kommando
|
am: 31. Juli 2003, 09:56:05
|
Sorry stonki, aber ich komme nicht mehr klar damit. Ich habe auf einigen ordnern und accounts noch immer diesen Stor-Kommando Fehler. Erinnerst Du Dich noch wie Du das behoben hat? Könntest Du es mir bitte mitteilen?
Gruss
|
|
|
4
|
ProFTPD / ProFTPD - Deutsch / Stop Hammer?? Wie konfigurieren?
|
am: 29. Juli 2003, 19:45:06
|
Wup. Danke aber ich bin gerade noch damit beschäftigt, dieses GProftpd GNOME administration tool für den ProFTP einzurichten. pkg-config habe ich auf meinem Server aber dieses Autoinstall sagt mir immer ich habe es nicht. Super.
|
|
|
5
|
ProFTPD / ProFTPD - Deutsch / FTP Stor Kommando
|
am: 29. Juli 2003, 19:38:50
|
Es war aufregend.LOL
Im ernst. Es ging so schnell das ich gar nicht wusste wie meinem Server geschieht. Super Mann. Läuft ohne zu mucken. Hat ganze 5 Minuten gedauert.
Nur eins ist mir unklar. Wo hat er es hin configuriert?
|
|
|
9
|
ProFTPD / ProFTPD - Deutsch / FTP Stor Kommando
|
am: 29. Juli 2003, 18:02:56
|
Sorry wegen dem Servertype. War irgendwie was mit meinem Hirn.
Ist natürlich Standalone.
Hier die conf:
-------------------------------------------------------------------------------------------
# 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 "ProFTPD Server" ServerType standalone DefaultServer on DefaultRoot ~
# 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
# Normally, we want files to be overwriteable. # Normally, we want files to be overwriteable. <Directory /*> AllowOverwrite on </Directory> AllowForeignAddress on AllowRetrieveRestart on <Global> AllowForeignAddress on AllowRetrieveRestart on AllowStoreRestart on </Global>
|
|
|
11
|
ProFTPD / ProFTPD - Deutsch / FTP Stor Kommando
|
am: 29. Juli 2003, 17:39:27
|
Ich hatte den alten 1.22 drauf, der ist aber abgeschaltet und wenn ich den Befehl fuser -n tcp 21 eingebe nachdem der neue, also die Version 1.28 heruntergefahren ist, bringt er mir nichts, nur den Promt und das heisst ja das der Port frei ist.
|
|
|
13
|
ProFTPD / ProFTPD - Deutsch / FTP Stor Kommando
|
am: 29. Juli 2003, 15:55:16
|
Hallo guden,
Befehl habe ich versucht und er bringt mir diesen Fehler:
Failed binding to 0.0.0.0, port 21: Address already in use
Gruss
|
|
|
15
|
ProFTPD / ProFTPD - Deutsch / FTP Stor Kommando
|
am: 29. Juli 2003, 12:30:51
|
Mahlzeit,
ich habe mir den neuesten PROFTPD installiert und meine vorhandene config von der vorgängerversion rübergezogen . Wenn ich jetzt aber was auf meinen Server kopieren möchte bekomme ich den Fehler:
Datei kann nicht kopiert werden. Der FTP-Server hat auf das 'Stor'-Kommando nicht reagiert. (Timeout).
Woran liegt das?
Gruss
|
|
|
|