Page 1 of 1

Xampp Proftpd wont allow connections beyond localhost

PostPosted: 28. March 2016 20:38
by Aberts10
Im trying to setup the ftp server for the website i host with Xampp with a friend, but even with the correct ports and login information it wont let me login with the website address or my external ip, it only works with localhost.

Also when i tried to edit the opt/lampp/etc/proftpd.conf it wont let me save it... it just warns me "Could not create a backup file while saving “/opt/lampp/etc/proftpd.conf”, Could not back up the old copy of the file before saving the new one. You can ignore this warning and save the file anyway, but if an error occurs while saving, you could lose the old copy of the file. Save anyway?" when i click save it does nothing.

Re: Xampp Proftpd wont allow connections beyond localhost

PostPosted: 29. March 2016 11:59
by Nobbie
Editing proftpd.conf requires "root" rights (i.e. "sudo ...").

Re: Xampp Proftpd wont allow connections beyond localhost

PostPosted: 29. March 2016 17:26
by Aberts10
I got that to work (i didn't run chmod correctly), but any clue what i can do about the connection with the external ip? (using my external ip in filezilla from another computer) i tried changing:

Code: Select all
<Limit SITE_CHMOD>                                                                                                                                                         
  DenyAll                                                                                                                                                                 
</Limit>


to:

Code: Select all
<Limit SITE_CHMOD>                                                                                                                                                         
  AllowAll                                                                                                                                                                 
</Limit>


But that didn't work either.

Re: Xampp Proftpd wont allow connections beyond localhost

PostPosted: 10. April 2016 17:25
by blaineca
I'm having the same problem. Did you ever get it to work?