Is there a way in php to open a windows fileshare using authentication?
In other words, if I can manually connect/map to \\SERVER\folder , as user DOMAIN\user , with password PASSWORD, is there a way to do the same from php?
I'm almost positive there is, but I dont see how in fopen..
Windows fileshare access?
Moderator: General Moderators
Nope, its all windows to windows for once. Webserver is IIS, running PHP5, connecting to a windows fileshare.neophyte wrote:I don't really know myself. But I think if it were a linux machine/share I'd try connecting the machines first with some sort of shell command exec() and then try fopen on the file/directories. But I've never actually done that before. If you figure it out post your solution...