Open the files over network

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vinoth
Forum Contributor
Posts: 113
Joined: Thu Aug 02, 2007 3:08 am
Location: India
Contact:

Open the files over network

Post 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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Open the files over network

Post by Weirdan »

If you're on linux/freebsd:

Code: Select all

man smbmount
vinoth
Forum Contributor
Posts: 113
Joined: Thu Aug 02, 2007 3:08 am
Location: India
Contact:

Re: Open the files over network

Post by vinoth »

Hi Weirden
I want to open the file through PHP.

Is it possible to use smb within PHP file.
Post Reply