使用者授權
android API 23 之後的,都需要在程式裡詢問使用者,以取得相關授權,以下文章,說明的方式是我目前覺得最簡單的方式。https://altbeacon.github.io/android-beacon-library/requesting_permission.html
=========================================
Apache2=========================================
PHP 7.1/usr/local/etc/php/7.1/php.ini
=========================================
SMB
ref: https://gist.github.com/natritmeyer/6621231
#Mount the share:
mount_smbfs //username:password@server.name/share_name share_name/
#Unmount the share:
umount share_name
=========================================