XFileSharing Pro - Error In Adding File Server!

Message
Author
inamullah786
Posts: 2
Joined: Mar 12, 2016 11:53 am

Error In Adding File Server!

#1 Postby inamullah786 » Mar 15, 2016 3:16 am

Friends,
I'm facing a problem in adding file server in xfliesharing pro, can you please guys help me in solving this issue.
When i want to add file server fs.cgi giving error somthing like,

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: OK
htdocs dir symlink: OK
htdocs dir symlink del: OK
htdocs dir rmdir: OK
config read: OK
config write: OK
fs.cgi: ERROR LWP will support https URLs if the LWP::Protocol::https module is installed.
upload.cgi: OK
htdocs URL accessibility: OK

Please help me.
Thanks

Manders
Posts: 19
Joined: Mar 27, 2014 10:04 pm

#2 Postby Manders » Mar 18, 2016 11:29 am

From the error message it seems like LWP is not installed - From the install.txt file it seems it is easy to install:

2. CPAN way
perl -MCPAN -e shell
install LWP

I hope this will help.