www.ProFTPD.de
13. März 2007, 22:00: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  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: brauche hilfe bei proftpd server to server transver  (Gelesen 140 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
jumi
Gast
« am: 17. September 2005, 00:27:49 »

ich habe einen ftp server mit proftpd alles leuft soweit aber ich kann keinen server to server transver starten wi könte mann die beheben dur die config oder einen benutzer
Gespeichert
jumi
Gast
« Antwort #1 am: 17. September 2005, 19:56:17 »

hier noch mal die config
Code:
#
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#

# 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"
ServerType inetd
ServerType inetd
DefaultServer on
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
</Global>
DefaultTransferMode binary
UseFtpUsers 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

# 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

#Following part of this config file were generate by PSA automatically
#Any changes in this part will be overwritten by next manipulation
#with Anonymous FTP feature in PSA control panel.

#Include directive should point to place where FTP Virtual Hosts configurations
#preserved

ScoreboardFile /var/run/proftpd/scoreboard

# Primary log file mest be outside of system logrotate province

TransferLog /usr/local/psa/var/log/xferlog

#Change default group for new files and directories in vhosts dir to psacln

<Directory /home/httpd/vhosts>
GroupOwner psacln
</Directory>

# Disable PAM authentication
AuthPAM off

# delay on login off
IdentLookups off
UseReverseDNS off

Include /etc/proftpd.include
Gespeichert
aubergine
Gast
« Antwort #2 am: 18. September 2005, 00:52:42 »

Man kann sich 2 Tage Gedanken machen wie du.

Oder einfach mal die FAQ lesen dann findet man folgendes:
http://www.proftpd.de/FAQ.15.0.html
Gespeichert
Anonymous
Gast
« Antwort #3 am: 18. September 2005, 13:58:44 »

lol ich habe den topyc geschriben und dann habe ich es selber herraus gefunden  :lol:
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

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.052 Sekunden mit 16 Zugriffen.