vsftpd was automatically installed onto my Ubuntu server to allow FTPES connections by some auto installer script I ran. How can I enable it to auto accept normal FTP connections as well? Is this possible?

Is there some configuration changes that can be made to /etc/vsftpd.conf ?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I should have googled more and looked at the vsftpd man pages

I needed to edit /etc/vsftpd.conf and set force_local_data_ssl and force_local_logins_ssl to false. and then restart with sudo service vsftpd restart

link|improve this answer
Please mark this answer as correct by clicking the checkmark at the left of the answer. This way the question will be marked as solved. Thanks! – BloodPhilia Jan 26 '11 at 20:45
@BloodPhilia: IIRC, own answers can only be accepted after a certain time period. – grawity Jan 26 '11 at 22:30
@grawity I know, it's a mere reminder. ;) – BloodPhilia Jan 26 '11 at 22:41
It's a two day wait unfortunately :/ – Malachi Jan 27 '11 at 9:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.