Page 1 of 1

Open the files over network

Posted: Fri Oct 29, 2010 6:03 am
by vinoth
Hi,
Is it possible to open a network file using fopen?
I am working with linux system, Till now I worked to open the files on same system,over ftp or through URL.
Now I tried to open a file which is present on windows system on same network.

Is anybody tried the same.

Provide me a suggestion,guidelines to work that.

Thanks in advance

Re: Open the files over network

Posted: Fri Oct 29, 2010 6:24 am
by Weirdan
If you're on linux/freebsd:

Code: Select all

man smbmount

Re: Open the files over network

Posted: Fri Oct 29, 2010 7:04 am
by vinoth
Hi Weirden
I want to open the file through PHP.

Is it possible to use smb within PHP file.