OSX server - dir() is empty for smb mounted windows share

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
majadb
Forum Newbie
Posts: 1
Joined: Wed Sep 15, 2010 6:16 am

OSX server - dir() is empty for smb mounted windows share

Post by majadb »

Hi all,

I want to be able to acces files on a windows share that is mounted, via smb, as a '/volumes/sharename' on my MAC (OSX server).
No problem when using dir("/Volumes") : shows the sharename as a folder.
Returns nothing when I try dir("/Volumes/sharename")

Anybody experienced this?
Post Reply