www.ProFTPD.de
13. März 2007, 18:51:44 *
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 / "secure site to site transfer" nicht möglich am: 20. März 2005, 00:20:58
habe ich das richtig gelesen dass FXP over TLS nicht möglich ist bei proftpd?

wenn nein welche anderen Server unterstützen das?
2  ProFTPD / ProFTPD - SFV Checker / ftpsfv checkt von hand, aber nicht automatisch am: 19. März 2005, 10:05:51
hi,


muss ich also zwingend den proftpd-benutzer eintrage un der config?

habe testweise mal root genommen.
3  ProFTPD / ProFTPD - Deutsch / php-usermanager gesucht. am: 19. März 2005, 10:03:31
Hi,

ich suche ein phpscript welches nur dafür da ist eine mysql-datenbank zu managen die proftpd-accounts verwaltet.

Ohne mailserver, etc.,

Was ganz simples halt - zum erstellen von accounts, einsehen des Traffics, schnelles ändern der PW oder sperren der accounts und eventuell noch einem realtime-script was trafficlimit verwaltet und einen User gegebenenfalls deaktiviert.

eine Beispielconfig sollte natürlich auch dabei sein ^^

syscp.de ist schon ganz gut, aber dafür immer noch etwas zu umfangreich
4  ProFTPD / ProFTPD - Deutsch / "secure site to site transfer" nicht möglich am: 18. März 2005, 21:51:11
hi,

ich möchte auf meinem ftpserver secure site-to site transfer aktivieren, jedoch bekomme ich imemr eine Fehlermeldung dass die vom Server nicht unterstützt werde.

die fxp-einstellungen sind gesetzt

AllowForeignAddress      on
PassivePorts         49152 65534

hier meine config, ich hoffe jemand kann mir helfen:
Code:

ServerName                      "FTP Server"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on


DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/

Port                            21
MaxInstances                    30

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

AllowForeignAddress on
PassivePorts 49152 65534

<Directory /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
  Umask                         022  022
  # Normally, we want files to be overwriteable.
    AllowOverwrite                on
    </Directory>

    DefaultRoot ~
    RequireValidShell off

    SQLAuthTypes Backend Plaintext Crypt
    SQLAuthenticate users* groups*
    SQLConnectInfo syscp@localhost syscp *****
    SQLUserInfo ftp_users username password uid gid homedir shell
    SQLGroupInfo ftp_groups groupname gid members
    SQLUserWhereClause "login_enabled = 'y'"

    SQLLog PASS login
    SQLNamedQuery login UPDATE "last_login=now(), login_count=login_count+1 WHERE username='%u'" ftp_users

    SQLLog RETR download
    SQLNamedQuery download UPDATE "down_count=down_count+1, down_bytes=down_bytes+%b WHERE username='%u'" ftp_users

    SQLLog STOR upload
    SQLNamedQuery upload UPDATE "up_count=up_count+1, up_bytes=up_bytes+%b WHERE username='%u'" ftp_users
     
     
     

# Uncomment this if you would use TLS module:
TLSEngine on
TLSLog /var/log/tls.log
TLSProtocol SSLv23
TLSOptions NoCertRequest
TLSRSACertificateFile /etc/ssl/certs/proftpd.cert.pem
TLSRSACertificateKeyFile /etc/ssl/certs/proftpd.key.pem
TLSVerifyClient off
   



sers Arno
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.063 Sekunden mit 16 Zugriffen.