youds
Verified User
Hi
I require to have an anonymous FTP solution for ftp://mirrors.gethosted.online, pointing to public_ftp folder.
After running into problems with PureFTPd, I have switched to ProFTPd as my preferred FTP fileserver by running the following commands:
As outlined here https://help.directadmin.com/item.php?id=82
I have also bought and assigned a unique IP address for this user which is responding to ping requests.
I have tried enabling anonymous logins and have done "service directadmin restart" and "service proftpd restart" with no luck.
There is no mention of where anonymous FTP will point to, I'm hoping it will go straight to public_ftp.
All of this has been done with zero success.
Can anybody help?
I require to have an anonymous FTP solution for ftp://mirrors.gethosted.online, pointing to public_ftp folder.
After running into problems with PureFTPd, I have switched to ProFTPd as my preferred FTP fileserver by running the following commands:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set ftpd proftpd
./build proftpd
As outlined here https://help.directadmin.com/item.php?id=82
I have also bought and assigned a unique IP address for this user which is responding to ping requests.
I have tried enabling anonymous logins and have done "service directadmin restart" and "service proftpd restart" with no luck.
There is no mention of where anonymous FTP will point to, I'm hoping it will go straight to public_ftp.
All of this has been done with zero success.
Can anybody help?