Access synology shared folder from PHP

2019-08-15 19:13发布

I am hosting a web station from my Synology NAS, this creates a folder under - /volume1/web/website. However, i wish to access another shared folder volume1/shared/ from my web page. This shared folder requires authentication which I can access however I am unsure about getting access using a PHP script.

标签: php synology
1条回答
淡お忘
2楼-- · 2019-08-15 19:26

I'm having the same issue. There is some feedback around, and this article looks like it has an answer: http://forum.synology.com/wiki/index.php/Install_Zina_Media_Server

Essentially you need to edit the open_basedir configuration in php.ini to allow PHP to access these folders. Out of the box PHP is locked out of shares.

Further to this, new versions of DSM (5+) provide handy access to the open_basedir directive from within the control panel. Tested and successful!

Custom open_basedir in DSM 5

查看更多
登录 后发表回答