Product:
Search Type:

FTP service doesn't work on my Debian system with Plesk installed.

Article ID: 1025 
Last Review: May,30 2006
APPLIES TO:
  • Plesk 7.5.x Reloaded

RESOLUTION


Please, check what superserver is used in the system. If you run xinetd you should create a configuration file for FTP service because by
default Plesk deb package configures proftpd with inetd.

--------- IMPORTANT INFORMATION FOR XINETD USERS ----------
The following line will be added to your /etc/inetd.conf file:

ftp stream tcp nowait root /usr/sbin/tcpd in.proftpd

If you are indeed using xinetd you will have to convert the above into the
/etc/xinetd.conf format and add it manually. See
/usr/share/doc/xinetd/README.Debian for more information.
----------------------------------------------------------

So, you should create /etc/xinetd.d/ftp_psa like:

service ftp

{

disable = no

socket_type = stream

protocol = tcp

wait = no

user = root

instances = UNLIMITED

server = /usr/sbin/in.proftpd

server_args = -c /etc/proftpd.conf
}

and restart xinetd with "/etc/init.d/xinetd restart". After that ftp should work.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields