Creating public ftp on XAMPP at ubuntu linux
If you want to use ftp://localhost anonymously e.g. without any user and password on your xampp server at ubuntu or linux mint distro then please follow the steps below. 1. Enter the command to edit: sudo nano /opt/lampp/etc/proftpd.conf 2. Copy the following scripts and paste into bottom of that file – # A basic anonymous configuration, no…