proftpd's passive mode is not working.

Problems with the Linux version of XAMPP, questions, comments, and anything related.

proftpd's passive mode is not working.

Postby hanpedro » 13. April 2007 09:17

proftpd's passive mode is not working.

My machine is fedora core 6 i386 and xampp 1.6.0a.
And selinux and firewall disabled.

My proftpd.conf is::

ServerName "ProFTPD"
ServerType standalone
DefaultServer 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

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

# Normally, we want files to be overwriteable.
<Directory /*>
AllowOverwrite on
</Directory>

# only for the web servers content
DefaultRoot /

# nobody gets the password "lampp"
UserPassword nobody ?????

# nobody is no normal user so we have to allow users with no real shell
RequireValidShell off

# nobody may be in /etc/ftpusers so we also have to ignore this file
UseFtpUsers off

#passive mode
PassivePorts 60000 62000

Any comment would be much appreciated.
hanpedro
 
Posts: 134
Joined: 09. February 2005 06:03
Operating System: SCientific Linux 6.1 x86

Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 14 guests