Also schlagt mich und gebt mir Tiernamen, aber ich finde bei Plesk nirgends, wo ich auf passiven FTP umschalten kann. Es geht immer nur aktiver, obwohl ich nirgendwo was eingeschaltet habe.
Bin ich blind oder geht das nicht? 8O
Plesk 8.0 und passiver FTP?
-
shapeshifta
- Posts: 77
- Joined: 2006-06-19 21:42
- Location: Leipzig
- Contact:
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Plesk 8.0 und passiver FTP?
*slap* Lassie!shapeshifta wrote:Also schlagt mich und gebt mir Tiernamen
Sollte es wirklich daran liegen: /etc/proftpd.confshapeshifta wrote:wo ich auf passiven FTP umschalten kann.
Paketfilter? "Firewall"?shapeshifta wrote:Es geht immer nur aktiver, obwohl ich nirgendwo was eingeschaltet habe.
-
shapeshifta
- Posts: 77
- Joined: 2006-06-19 21:42
- Location: Leipzig
- Contact:
Re: Plesk 8.0 und passiver FTP?
# 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 /srv/www/vhosts>
GroupOwner psacln
</Directory>
# Enable PAM authentication
AuthPAM on
AuthPAMConfig proftpd
IdentLookups off
UseReverseDNS off
AuthGroupFile /etc/group
Include /etc/proftpd.include (da steht nix drin)
Sollte das nicht im Plesk selber gehen? Der krallt sich ja auch die FTPs. Die Plesk Anleitung, die ich hab, schweigt sich über passiv und aktiv total aus. merde.. :roll:
Paketfilter hab ich noch nicht drin, Firewall erlaubt ftp eigentlich.
# 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 /srv/www/vhosts>
GroupOwner psacln
</Directory>
# Enable PAM authentication
AuthPAM on
AuthPAMConfig proftpd
IdentLookups off
UseReverseDNS off
AuthGroupFile /etc/group
Include /etc/proftpd.include (da steht nix drin)
Sollte das nicht im Plesk selber gehen? Der krallt sich ja auch die FTPs. Die Plesk Anleitung, die ich hab, schweigt sich über passiv und aktiv total aus. merde.. :roll:
Paketfilter hab ich noch nicht drin, Firewall erlaubt ftp eigentlich.
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Plesk 8.0 und passiver FTP?
Lass mich raten, Port 20 und 21 aber keine Portrange >1023?shapeshifta wrote:Paketfilter hab ich noch nicht drin, Firewall erlaubt ftp eigentlich.
-
shapeshifta
- Posts: 77
- Joined: 2006-06-19 21:42
- Location: Leipzig
- Contact:
Re: Plesk 8.0 und passiver FTP?
Ich verstehe, worauf Du hinaus willst, aber lieg ich mit dem Plesk falsch, dass man das da einstellen kann? Weil Plesk ja auch FTP verwaltet?
btw, wie leg ich ne portrange an? 1000-2000? Oder mit Komma?
*am Kopf kratz*
edit: ah, ok, google war mein Freund, hab was gefunden, was ich mal durcharbeiten werde.
http://www.proftpd.de/Active-Passive_Do ... .35.0.html
:)
btw, wie leg ich ne portrange an? 1000-2000? Oder mit Komma?
*am Kopf kratz*
edit: ah, ok, google war mein Freund, hab was gefunden, was ich mal durcharbeiten werde.
http://www.proftpd.de/Active-Passive_Do ... .35.0.html
:)
-
shapeshifta
- Posts: 77
- Joined: 2006-06-19 21:42
- Location: Leipzig
- Contact:
Re: Plesk 8.0 und passiver FTP?
hm, laut dieser Quelle ist aktiver besser, da man keine Highports aufmachen muss. Ich dachte immer, es wäre umgekehrt...?
Was ist denn nun sinnvoller?
Was ist denn nun sinnvoller?
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Plesk 8.0 und passiver FTP?
SFTP, SCP, rsync+ssh. Im Zweifel noch WebDAVS.shapeshifta wrote:Was ist denn nun sinnvoller?
-
shapeshifta
- Posts: 77
- Joined: 2006-06-19 21:42
- Location: Leipzig
- Contact:
Re: Plesk 8.0 und passiver FTP?
Na ja, es ging mit um aktiv oder passiv. Da später noch andere Domains auf den Server sollen, brauchen die Besitzer natürlich einen ftp übers plesk, sonst hauen die mich *duck*
8)
8)