(12-17-2018, 10:51 PM)efe55 Wrote: this command is not running (ln -s /etc/sentora/configs/proftpd/proftpd-mysql.conf "/etc/proftpd.conf).
I've reinstalled it many times but it didn't work.
When you say it is not running, what do you mean? Are you getting an error message? If so, what does it say?
On my server, if I run that command I get an error, but that is because the symbolic link already exists:
Code:
ln: failed to create symbolic link ‘/etc/proftpd.conf’: File exists
Also, you have missed the closing quote " from the command, so have you made sure you are runnng it with that included? It should be:
Code:
ln -s /etc/sentora/configs/proftpd/proftpd-mysql.conf "/etc/proftpd.conf"
not
Code:
ln -s /etc/sentora/configs/proftpd/proftpd-mysql.conf "/etc/proftpd.conf
Can you check is this file actually exists:
Code:
/etc/sentora/configs/proftpd/proftpd-mysql.conf
and if not, check that ProFTPD has actually been installed, as there's a chance it still hasn't installed properly...
Keith.