www.ProFTPD.de
13. März 2007, 21:22:14 *
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 Überschreibrechte am: 29. Juli 2003, 19:06:46
Hi Soft - Worker

habe mal mit Putty im MC rumgesucht, habe dann unter chmod die 777 gegeben, doch leider geht das überschreiben der File´s auf dem FTP leider immer noch nicht, habe den Server auch Rebootet. Hast du noch ne andere Idee??
2  ProFTPD / ProFTPD - Deutsch / ProFTPD Überschreibrechte am: 28. Juli 2003, 21:26:40
Hi Stonki,

ja mit der bezeichnung hast du sicherlich recht. Bin in dem Gebiet noch etwas frisch.

Aber wie bzw wo stelle ich an den Unix Rechten rum?? Ich habe zusätzlich herausgefunden, das wenn ich in der INIPHP oder auch jede andere per Webmin etwas änder wird dieses nicht umgesetzt, kannst Dir ja mal hier die INI ansehen. http://www.united-boards.org/phpinfo.php , http://www.united-boards.info/phpinfo.php . bin hier echt am verzweifeln.
3  ProFTPD / ProFTPD - Deutsch / ProFTPD Überschreibrechte am: 28. Juli 2003, 16:43:29
Hallo, habe vollgendes Problem, Habe mir einen Server gemietet, wo ProFTPD Inst. ist. habe seit anfang an das problem, das man auf den einzelnen FTP´s nicht überschreiben kann. In der ProFTP conf. ist soweit ich diese beurteilen kann, alles auf OVERWRITE on gestellt, trotzdem ist es nicht möglich zu überschreiben. Server und ProFTP sind restartet worden.



AuthPAMAuthoritative      on
#AuthPAMAuthoritative      off

# Do not perform ident nor DNS lookups (hangs when the port is filtered)
IdentLookups on
UseReverseDNS on

# 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

# Default to show dot files in directory listings
ListOptions         "-a"

# See Configuration.html for these (here are the default values)
#MultilineRFC2228      off
#RootLogin         off
#LoginPasswordPrompt      on
#MaxLoginAttempts      3
#MaxClientsPerHost      none
#AllowForeignAddress      off   # For FXP

# Allow to resume not only the downloads but the uploads too
AllowRetrieveRestart on
AllowStoreRestart on

# 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 20

# Set the user and group that the server normally runs at.
User            ftp
Group            ftp

# This is where we want to put the pid file
ScoreboardFile         /var/run/proftpd.score

# Normally, we want users to do a few things.
<Global>
<Limit RMD ALL>
AllowAll
AllowGroup ftponly

  </Limit>

AccessGrantMsg "Welcome to United-Boards.org"
DeferWelcome on
AllowOverwrite on
</Global>
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.094 Sekunden mit 16 Zugriffen.