XFileSharing Pro - adding file server

Message
Author
dodol
Posts: 10
Joined: Nov 11, 2010 2:30 am

adding file server

#1 Postby dodol » Nov 18, 2010 1:39 am

File Server tests:
api.cgi: OK
temp dir exist: OK
temp dir mkdir: OK
temp dir rmdir: OK
tmp dir exist: OK
tmp dir mkdir: OK
tmp dir rmdir: OK
upload dir exist: OK
upload dir mkdir: OK
upload dir rmdir: OK
htdocs dir exist: OK
htdocs dir mkdir: ERROR
htdocs dir symlink: ERROR
htdocs dir symlink del: ERROR
htdocs dir rmdir: ERROR
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: OK
htdocs URL accessibility: OK


how to fix those ERROR. please advise. thankyou.

Anturaju93
Posts: 91
Joined: May 13, 2010 6:46 pm

#2 Postby Anturaju93 » Nov 18, 2010 5:27 am

Make sure that you have run

Code: Select all

Chmod install_fs.cgi	to 755 and run it in browser.
Al cgi files must be 755, folders cgi-bin must be 755, temp and uploads from cgi-bin must be 777, files, i and tmp from public_html must be 777. Check if your file server settings are correct in XFSConfig.pm

dodol
Posts: 10
Joined: Nov 11, 2010 2:30 am

#3 Postby dodol » Nov 18, 2010 1:12 pm

ah thanks. that does it