Re: [PHP-WIN] Reading files from Win 2003 Server

2007-10-11 Thread John Mertic
You're going to want to mount the directory at the command line, something like smbmount //server/share /localdir -o username=user,password=pass,uid=500,gid=500 Also be sure that /localdir is readable by the www-user account. John On 10/10/07, Alexis <[EMAIL PROTECTED]> wrote: > Hi, > > I know

Re: [PHP-WIN] Reading files from Win 2003 Server

2007-10-10 Thread Gustav Wiberg
Hi! I haven't managed to use UNC-pat \\SERVER\computer... etc... with PHP But it's might be possible to do some network-mapping - a letter with the directory? and then access the mapping-letter through PHP? Best regards /Gustav Wiberg - Original Message - From: "Alexis" <[EMAIL PROT