12 July 2012

Vicidial Archive Server

root@localhost# yum -y install vsftpd

---> Create a user and the respective recording and reports directory, in this case ill be using the user cron and a password of test

root@localhost# adduser cron
root@localhost# passwd cron
root@localhost# mkdir -p /home/cron/RECORDINGS
root@localhost# mkdir -p /home/cron/REPORTS
root@localhost# chown cron:cron /home/cron/ -R
root@localhost# service vsftpd restart

No comments:

Post a Comment