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
Alexis" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 10, 2007 10:57 PM Subject: [PHP-WIN] Reading files from Win 2003 Server Hi, I know this may not be relevant to this list but I tried the General list and got no reply. I have a script located on an Ubuntu box and I am trying

[PHP-WIN] Reading files from Win 2003 Server

2007-10-10 Thread Alexis
Hi, I know this may not be relevant to this list but I tried the General list and got no reply. I have a script located on an Ubuntu box and I am trying to read files located on a Win 2003 Server. I have 'mounted', if that's the right term to use, a connection from Ubuntu to Server 2003 and c