Search found 1 match
- Tue Nov 09, 2010 4:48 am
- Forum: Control Panel Support Help
- Topic: Plesk 10 then Yum Update (proftp) Now No FTP
- Replies: 15
- Views: 18233
Re: Plesk 10 then Yum Update (proftp) Now No FTP
Here is how I fixed it: First I had to create /etc/xinetd.d/ftp_psa and put the following in there: 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 } Then I had to create /etc...