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
Open the files over network
Moderator: General Moderators
Re: Open the files over network
If you're on linux/freebsd:
Code: Select all
man smbmount
Re: Open the files over network
Hi Weirden
I want to open the file through PHP.
Is it possible to use smb within PHP file.
I want to open the file through PHP.
Is it possible to use smb within PHP file.