Ways to Access Files on Unix Server via Web


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Ways to Access Files on Unix Server via Web
# 1  
Old 06-03-2005
Question Ways to Access Files on Unix Server via Web

Hi all! I'm a web developer with a question.

We have a contractor that is working on a project that requires the user to access a ton of files on the clients Unix server. He has plans to built a VB interface for on site windows users to access those files and wants us to develop a web based solution. He plans on mounting the server thru the interface which may or may not work (not my problem) but has recommended that we access the files in a simular way. I'm sure that a user can not access the server unless the files are served in a particular way, such as Apache or ftp (via a web browser, anyway). We personally use IIS and some Apache on OSX.

So finally the question, what are that ways that a web ap can access files on a Unix server?

Thanks for the help!

Jim
# 2  
Old 06-03-2005
Apache is the most common.

What version of Unix?
# 3  
Old 06-03-2005
I think that they are using Sun systems but I would have to check.

He seems to think that the unix system can be mounted via the web. Maybe within the firewall? But I can't see it happening outside.

Any thoughts?
# 4  
Old 06-03-2005
If it's an intranet behind a firewall you can remote mount a disk and have PC's or other unix boxes see the remote mount as a disk. Samba will serve the unix disk to remote mounts for you.

That what you mean?
# 5  
Old 06-06-2005
That seems to be what he wants to do. But if the user is within the firewall, then why use a web app and a custom app? It just seems redundant. Just do a web app and have it done.

Now if its outside the firewall, then a web server or ftp server would be needed. How about a symlink in the Apache directory connected to the mounted file server disc? Would that be secure enough?

Jim
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies

2. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

3. Homework & Coursework Questions

Parse a Web Server Access Log

1. The problem statement, all variables and given/known data: Write a parser for a web server access log that will provide the statistics outlined below. Remember to format your output in a neat form. You may complete this assignment with one Awk script or a shell script using a combination of... (6 Replies)
Discussion started by: codyhazelwood
6 Replies

4. Shell Programming and Scripting

Utility or script for renaming files on UNIX web server

Greetings! Does anyone know of a utility or a script for renaming files on a UNIX web server? I've seen several of these types of renaming utilities for Windows, but none for UNIX. I have 10,000 files that I need to rename in a several tier (deep) web site directory. I have the original... (2 Replies)
Discussion started by: everettr
2 Replies

5. UNIX for Advanced & Expert Users

remote web server access (apache)

Hi, I have web server (apache) installed in server-1 and i want to view the web pages from diferent servers also while the web server is running only in one server ....(all the servers are connected to office LAN) right now all the servers have apache running......and CPU utilzation is at its... (2 Replies)
Discussion started by: aditya.ece1985
2 Replies

6. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

7. UNIX for Advanced & Expert Users

Utility or script for renaming files on UNIX web server

Greetings! Does anyone know of a utility or a script for renaming files on a UNIX web server? I've seen several of these types of renaming utilities for Windows, but none for UNIX. I have 10,000 files that I need to rename in a several tier (deep) web site directory. I have the original... (1 Reply)
Discussion started by: everettr
1 Replies

8. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question