Hi guys,
Here i go again with a very annoying newbie question. Recently I tried installing bftpd on my server and this is what I did:
$this->bbcode_second_pass_code('', '
pacman -S bftpd
# made changes on my home directory to /srv/http
nano /etc/bftpd.conf
# looked for ROOTDIR and changed the value to "/srv/http/"
# saved changes.
# created a new user for it
useradd -g users-G wheel,ftp,http -m webmaster
# made a password for webmaster
passwd webmaster
# added webmaster to the ftpdpassword file as well
# with this format: webmaster password users /srv/http/
nano /etc/ftpdpassword
# finally ran bftpd
bftpd -d
')
I tried accessing ftp via browser and Windows Explorer (ugghh) but I still can't get in. Any tips to help me out please?