Report this

What is the reason for this report?

proftpd - refusing connections?

Posted on August 7, 2013

Hi,

I installed wordpress using the following directions:

https://www.digitalocean.com/community/articles/one-click-install-wordpress-on-ubuntu-12-10-with-digitalocean

I got all the way though and am now trying to login by FTP. I completed the FTP install section as given and am now getting the following message when I try to login:

Connection refused

I tried with various clients, including ftp through my mac (terminal) - same response.

One thing I did do was install memcached - not sure whether that’s related in any way.

I also restarted the server.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Is ProFTPd running? <br> <br><pre>service proftpd start <br>netstat -plutn | grep :21</pre>

What’s the output of these commands: <br> <br><pre>sudo /etc/init.d/proftpd check-config <br>sudo /etc/init.d/proftpd force-start</pre>

Thanks Kamal - <br> <br>I get the following message to the first command: <br> <br>ProFTPD warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration. <br> <br>The second command does not produce any output. I tried netstat without grep and see apache2, sshd, sendmail and mysqld listening on various ports

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.