Re: [PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-25 Thread Howard Miller
No I didn't say that I *wouldn't* run external commands. However I want the operation to be transparent and non-confusing to the user, so they don't get get with error messages from the Unix mount command or something. I just expected a lot of grief/drama doing it that way. I'll give the class a g

[PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-25 Thread Howard Miller
Aha! This looks really cool! Why can I never find this sort of stuff :-) Thanks very much. Howard Manuel Lemos wrote: > Hello, > > On 02/24/2004 08:11 AM, Howard Miller wrote: >> I want to be able to manipulate files that are on my samba file server >> from my PHP application. These shares a

Re: [PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Manuel Lemos
Hello, On 02/24/2004 04:03 PM, Adam Voigt wrote: He said he doesn't want to run commands, which this script does. Did he? I read his message again and I could not see where he explicitly says he does not want to run commands. What this class does is to let you access networked remote shares via

Re: [PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Adam Voigt
He said he doesn't want to run commands, which this script does. On Tue, 2004-02-24 at 13:54, Manuel Lemos wrote: > Hello, > > On 02/24/2004 08:11 AM, Howard Miller wrote: > > I want to be able to manipulate files that are on my samba file server from > > my PHP application. These shares are not

[PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Manuel Lemos
Hello, On 02/24/2004 08:11 AM, Howard Miller wrote: I want to be able to manipulate files that are on my samba file server from my PHP application. These shares are not normally mounted on my web server and it would be inconvenient and yet another administative maintenance task to do so. So... I w