How to build as web base File Server


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu How to build as web base File Server
# 1  
Old 01-04-2008
How to build as web base File Server

Hi folks,


Ubuntu 7.04 server amd64
apache2-2.2.3
postfix-2.3.8
mysql Ver 14.12
SquirrelMail version 1.4.11


I have a running Mail Server. I need to make it as a file server, in addition, allowing users who have accounts (Linux/shell) on the Mail Server to upload/download their files via browser on the Mail Server for storage.


Webmin and Usermin are also running on the Mail Server. Users can send/receive webmails direct on any PC. They can change their passwords either direct on SquirrelMail or via Usermin.


At the beginning I was thinking whether I can make use Usermin allowing users to upload/download files to/from the Mail Server. Therefore they can access them on any PC world-wide, borderless. While googling around on Internet I found;


HFS ~ Http File Server
HFS ~ HTTP File Server
rejetto.com - portal


I expect folks on the forum who have experience on this project shed me some light. OR are there better solutions?


TIA


B.R.
satimis
# 2  
Old 01-05-2008
Well, you have a problem with the tools you propose to use. rejetto uses HFS for the storage and HFS is a windows application, so you would have to also run wine to use it. The normal way to deal with file uploads/downloads is to use http "post" or "file upload" for upload and normal http for downloads, and it is not very complicated to do this.

I found one example implementation here: RFC1867 HTTP File Upload with a quick google search.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Create file base on server time

Hi Guys, Server time:- >date >Wed Nov 14 11:56:23 EST 2012 I want to convert in to Below Formet :- 20121114.1100 And cretae file base on above data : last 48 Hour 20121114.1000 20121114.1100 20121114.0900 20121114.1000 20121114.0800 20121114.0900 20121114.0700 20121114.0800... (2 Replies)
Discussion started by: asavaliya
2 Replies

2. 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