FTP für TS3 einrichten?

Also... wir haben hier einen Server, dort ist es bereits bei einem User "xx" so eingestellt, dass er sich via FileZilla verbinden kann und sofort in dem ihm zugeteilten Ordner kommt, nur in diesem Ordner hat er Rechte, woanders kann er nicht rein. So will ich es auch haben.

Jetzt habe ich gemacht wie ihr es gesagt habt, übers SFTP Protokoll, aber das ist nicht das was ich meinte! Normal muss man bei dem anderen User "xx" auch nicht über das SFTP Protokoll gehen.

So wie ich es haben möchte, gehts über ProFTPD sehe ich gerade, denn wenn ich mich mit "xx" einlogge steht es in der zeile bei FileZilla.

Über ProFTPD muss es sein. So, da muss ich also was in der proftpd.conf einstellen, und zwar bei "DefaultRoot ~", aber was denn? muss ich anstelle "~" da was eingeben, muss ich was in eine extra Zeile schreiben, was muss ich überhaupt reinschreiben?

Das will ich einfach nur wissen.
 
Dann schau dir doch einfach mal an, wie der andere User eingerichtet ist und passt das an den anderen Nutzer an...
 
Dann schau dir doch einfach mal an, wie der andere User eingerichtet ist und passt das an den anderen Nutzer an...

Auf dem Server.

Ich kann da nicht gucken weil ich nen extra VirtualServer habe zum üben und kann in diese Einstellung nicht rein.

ProFTPD = FTP-Server
Du musst für dein Vorhaben über FTP gehen!
Ich muss für mein Vorhaben über FTP gehen? wie meinste das?
 
Ich geh gleich xD
Geh über den Port 21 und als Protokoll FTP. DAS versuche ich die ganze Zeit rüberzubringen.
 
Ja das geht nicht!

Antwort: 530 Login incorrect.
Fehler: Kritischer Fehler
Fehler: Herstellen der Verbindung zum Server fehlgeschlagen
 
Das geht mit
Code:
dd if=* of=*
(einfach als root über die Konsole eingeben)

Sorry, aber sowas ist echt unter aller Sau...

Edit: Sicherheitshalber den Befehl rausgenommen, nicht das ihn noch jemand ausführt.
 
Last edited by a moderator:
Okay, ist fies. NICHT MACHEN, @hans_wurst.

Aber bitte beschäftige dich zumindest ein bisschen mit der Materie, wenn du einen Server betreibst. Ich bin auch kein Crack, aber die Grundlagen solltest du beherrschen. :)
 
Ich googel die Befehle sowieso vorher ;)

proFTPD läuft auch ja? xD
/etc/init.d/proftpd start
Jo klar, dass läuft. Kann ja auch in normal erstellte FTPs rein gehen die ich über ispCP eingerichtet habe mit FileZilla.

Aber bitte beschäftige dich zumindest ein bisschen mit der Materie, wenn du einen Server betreibst. Ich bin auch kein Crack, aber die Grundlagen solltest du beherrschen. :)
Ich fange gerade erst an zu lernen, ist doch klar das man noch nicht alles versteht :rolleyes:
 
Last edited by a moderator:
Ich googel die Befehle sowieso vorher ;)


Jo klar, dass läuft. Kann ja auch in normal erstellte FTPs rein gehen die ich über ispCP eingerichtet habe mit FileZilla.

Vielleicht liegt dort der Hund begraben, ich kenne mich nicht mit ispCP aus, aber ich denke das dies proFTPD so geändert hat, dass normale Systemuser sich nicht mehr ohne weiteres anmelden können. Da kann dir jedoch vielleicht nur jemand weiterhelfen, der gute Kenntnisse von ispCP hat. Ich bin somit raus aus dem Thema.
 
Habe mal ein wenig gegooglet:

/etc/proftpd/proftpd.conf:

Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c
</IfModule>

ersetzen mit

Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c mod_auth_unix.c
</IfModule>

/etc/ispcp/proftpd/proftpd.conf

Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c
</IfModule>

ersetzen mit

Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c mod_auth_unix.c
</IfModule>

Anschließend noch proftpd neustarten:

/etc/init.d/proftpd restart

Dann sollten sich auch normale Systembenutzer anmelden können.

Hättest du aber auch mit folgender Google-Suche gefunden: http://www.google.com/search?q=ispc...&rls=org.mozilla:de:official&client=firefox-a
 
In "/etc/proftpd/proftpd.conf" war die Einstellung schon so drin. Bei "/etc/ispcp/proftpd/proftpd.conf" noch nicht, das habe ich dann so ersetzt und anschließend proftpd neu gestartet, kann mich aber immer noch nicht einloggen.

Antwort: 530 Login incorrect.
Fehler: Kritischer Fehler
Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

Es gibt keine Logs bei /var/log ... mom

edit: proftpd.xferlog gibt es nicht, nur in /var/log/proftpd 2 Dateien mit 0 Kb "ftp_traff.log" und "xferlog"
 
Last edited by a moderator:
Hier mal die proftpd.conf aus /etc/proftpd

# ispCP ω (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2001-2006 by moleSoftware GmbH - http://www.molesoftware.com
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: proftpd.conf 3454 2010-10-14 19:39:50Z scitech $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "VHCS - Virtual Hosting Control System".
#
# The Initial Developer of the Original Code is moleSoftware GmbH.
# Portions created by Initial Developer are Copyright (C) 2001-2006
# by moleSoftware GmbH. All Rights Reserved.
# Portions created by the ispCP Team are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP ω Home Page is:
#
# http://isp-control.net
#

# Includes DSO modules (this is mandatory in proftpd 1.3)
Include /etc/proftpd/modules.conf

# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
UseIPv6 off

ServerName "GEÄNDERT FÜR SERVERSUPPORTFORUM"
ServerType standalone
DeferWelcome off

MultilineRFC2228 on
DefaultServer on
ShowSymlinks on

AllowOverwrite on
UseReverseDNS off
IdentLookups off
AllowStoreRestart on
AllowForeignAddress on

LogFormat traff "%b %u"

TimeoutLogin 120
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200

DisplayLogin welcome.msg
DisplayChdir message

ListOptions "-l"
#LsDefaultOptions "-l"

DenyFilter \*.*/

DefaultRoot ~

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
# PersistentPasswd off

# Port 21 is the standard FTP port.
Port 21

# In some cases you have to specify passive ports range to by-pass
# firewall limitations. Ephemeral ports can be used for that, but
# feel free to use a more narrow range.
#PassivePorts 49152 65534

# 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.
<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
HideNoAccess on
</Directory>

<Limit ALL>
IgnoreHidden on
</Limit>

# Be warned: use of this directive impacts CPU average load!
#
# Uncomment this if you like to see progress and transfer rate with ftpwho
# in downloads. That is not needed for uploads rates.
# UseSendFile off

<Global>
RootLogin off
TransferLog /var/log/proftpd/xferlog
ExtendedLog /var/log/proftpd/ftp_traff.log read,write traff
PathDenyFilter "\.quota$"
</Global>

# Loading required modules
<IfModule !mod_sql.c>
LoadModule mod_sql.c
AuthOrder mod_sql.c mod_auth_unix.c
</IfModule>
<IfModule !mod_sql_mysql.c>
LoadModule mod_sql_mysql.c
</IfModule>
<IfModule !mod_quotatab.c>
LoadModule mod_quotatab.c
</IfModule>
<IfModule !mod_quotatab_sql.c>
LoadModule mod_quotatab_sql.c
</IfModule>


#
# SSL via TLS
#
#<IfModule mod_tls.c>
# TLSEngine off # on for use of TLS
# TLSLog /var/log/proftpd/ftp_ssl.log # where to log to
# TLSProtocol SSLv23 # SSLv23 or TLSv1
# TLSOptions NoCertRequest # either to request the certificate or not
# TLSRSACertificateFile /etc/proftpd/ssl.crt # SSL certfile
# TLSRSACertificateKeyFile /etc/proftpd/ssl.key # SSL keyfile
# TLSVerifyClient off # client verification
#</IfModule>

#
# ISPCP Quota management;
#
<IfModule mod_quotatab.c>
QuotaEngine on
QuotaShowQuotas on
QuotaDisplayUnits Mb

SQLNamedQuery get-quota-limit SELECT "name, quota_type, per_session, limit_type, bytes_in_avail, bytes_out_avail, bytes_xfer_avail, files_in_avail, files_out_avail, files_xfer_avail FROM quotalimits WHERE name = '%{0}' AND quota_type = '%{1}'"
SQLNamedQuery get-quota-tally SELECT "name, quota_type, bytes_in_used, bytes_out_used, bytes_xfer_used, files_in_used, files_out_used, files_xfer_used FROM quotatallies WHERE name = '%{0}' AND quota_type = '%{1}'"
SQLNamedQuery update-quota-tally UPDATE "bytes_in_used = bytes_in_used + %{0}, bytes_out_used = bytes_out_used + %{1}, bytes_xfer_used = bytes_xfer_used + %{2}, files_in_used = files_in_used + %{3}, files_out_used = files_out_used + %{4}, files_xfer_used = files_xfer_used + %{5} WHERE name = '%{6}' AND quota_type = '%{7}'" quotatallies
SQLNamedQuery insert-quota-tally INSERT "%{0}, %{1}, %{2}, %{3}, %{4}, %{5}, %{6}, %{7}" quotatallies

QuotaLock /var/run/proftpd/tally.lock
QuotaLimitTable sql:/get-quota-limit
QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally
</IfModule>

<IfModule mod_ratio.c>
# Ratios on
</IfModule>

# Delay engine reduces impact of the so-called Timing Attack described in
# http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02
# It is on by default.
<IfModule mod_delay.c>
DelayEngine on
</IfModule>

<IfModule mod_ctrls.c>
ControlsEngine on
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
</IfModule>

<IfModule mod_ctrls_admin.c>
AdminControlsEngine on
</IfModule>

# ispCP SQL Managment
SQLBackend mysql
SQLAuthTypes Crypt
SQLAuthenticate on
SQLConnectInfo ispcp@localhost vftp xxxxxxxxxxxxxxxxxxx
SQLUserInfo ftp_users userid passwd uid gid homedir shell
SQLGroupInfo ftp_group groupname gid members
SQLMinUserUID 2000
SQLMinUserGID 2000

# A basic anonymous configuration, no upload directories.

# <Anonymous ~ftp>
# User ftp
# Group nogroup
# # We want clients to be able to login with "anonymous" as well as "ftp"
# UserAlias anonymous ftp
# # Cosmetic changes, all files belongs to ftp user
# DirFakeUser on ftp
# DirFakeGroup on ftp
#
# RequireValidShell off
#
# # Limit the maximum number of anonymous logins
# MaxClients 10
#
# # We want 'welcome.msg' displayed at login, and '.message' displayed
# # in each newly chdired directory.
# DisplayLogin welcome.msg
# DisplayFirstChdir .message
#
# # Limit WRITE everywhere in the anonymous chroot
# <Directory *>
# <Limit WRITE>
# DenyAll
# </Limit>
# </Directory>
#
# # Uncomment this if you're brave.
# # <Directory incoming>
# # # Umask 022 is a good standard umask to prevent new files and dirs
# # # (second parm) from being group and world writable.
# # Umask 022 022
# # <Limit READ WRITE>
# # DenyAll
# # </Limit>
# # <Limit STOR>
# # AllowAll
# # </Limit>
# # </Directory>
#
# </Anonymous>
Include /etc/proftpd/ispcp/*
 
Last edited by a moderator:
Da steht es doch: Er nutzt MySQL um die Benutzer die Benutzer zu idenfizieren:
# ispCP SQL Managment
SQLBackend mysql
SQLAuthTypes Crypt
SQLAuthenticate on
SQLConnectInfo ispcp@localhost vftp xxxxxxxxxxxxxxxxxxx
SQLUserInfo ftp_users userid passwd uid gid homedir shell
SQLGroupInfo ftp_group groupname gid members
SQLMinUserUID 2000
SQLMinUserGID 2000
Übrigens schön, dass du dein Passwort hier postest. :cool: -> ÄNDERN!

Keine Ahnung, was du da für ein Control-Panel nutzt, aber entweder richtest du den FTP-Zugang über das Ding ein, oder du deaktivierst die Verwaltung über das Panel (wenn das geht) und liest das verdammte Handbuch.

Also ehrlich. Ich würde bei mir niemals eine Server-Software laufen lassen, ohne vorher deren Konfigurationsdatei zumindest gelesen zu haben!

Include /etc/proftpd/ispcp/*
Hast du jemals nachgesehen, was dort eventuell noch abgelegt ist? Nein, hast du nicht. :p
 
Last edited by a moderator:
Mach mal bitte das Pw aus deinem Zitat raus :rolleyes: edit: danke!

Da steht es doch: Er nutzt MySQL um die Benutzer die Benutzer zu idenfizieren. Übrigens hast du dein Passwort gepostet. Du solltest es ändern und den Post editieren.
Ich will aber nicht das es für alle gilt. es geht nur um DEN EINEN User, es soll nicht gleich bei allen so sein, deaktivieren werde ich das nicht, da ich es nur für einen user brauche.

Es muss doch eine Möglichkeit geben? mein Kopf zerplatzt gleich :D

Hast du jemals nachgesehen, was dort eventuell noch abgelegt ist? Nein, hast du nicht.
Das sind nur Konfigurationsdateien von den angelegten benutzern ÜBER ispCP, unwichtig in meinem Fall.
 
Last edited by a moderator:
Back
Top