View Linux files on windows browser

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

View Linux files on windows browser

kvmishra
Hi Sir,

I've a requirement that how can we view the contents of a file from windows browser which is stored on Linux. Team expects from me to write a shell script regarding this requirement and they will cal the script from packages or procedures from database.


Thanks and Regards
Vikash
Reply | Threaded
Open this post in threaded view
|

Re: View Linux files on windows browser

ErmanArslansOracleBlog
Administrator
Contents from windows? And the script? I couldnt bind them together..

For using windows for reaching the files stored in linux, check -> "samba".
You can also consider using NFS. Nfs export from Linux, and nfs mount on windows.

Just build the mechanism and test it with the manual use first. Then, you can focus and write that script according to your needs.

Reply | Threaded
Open this post in threaded view
|

Re: View Linux files on windows browser

kvmishra
Hi Sir,

Thank you so much for your response.

Please see.

my files are stored on linux server(xyz.abc.com) in /u01/data. I want read the files which is in /u01/data from another windows browser.is it possible to read the file as http://xyz.abc.com/u01/data/abc.pdf

this is what team expecting from me.

Regards
Vikash

Reply | Threaded
Open this post in threaded view
|

Re: View Linux files on windows browser

ErmanArslansOracleBlog
Administrator
For that, you can use a web server (such as Apache) on the Linux side.
You install & configure Apache and make it server your files to outside via urls. But you need to make it secure (just a reminder..)