Re: web based file sharing

2009-03-28 Thread Karl Vogel
 On Fri, 27 Mar 2009 09:13:12 +, 
 Terry te...@bluelight.org.uk said:

T Just looking for a way to give easy access over the internet to some files
T for multiple users. Web based would be ideal as they all know how to open a
T browser.

   Try drall, it's easy to set up and works like a charm.

   http://home.gna.org/drall/ was the original link, but it doesn't seem
   to be working today, so you might want to Google drall 1.17 and grab
   it from a mirror.

-- 
Karl Vogel  I don't speak for the USAF or my company

He can compress the most words into the smallest idea of any man I know.
 --Abraham Lincoln
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


web based file sharing

2009-03-27 Thread Terry
Just looking for a way to give easy access over the internet to some 
files for multiple users. Web based would be ideal as they all know how 
to open a browser.

Internally files are shared using samba.
Has any one come across any thing ?

Cheers
Terry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: web based file sharing

2009-03-27 Thread Andreas Rudisch
On Fri, 27 Mar 2009 09:13:12 +
Terry te...@bluelight.org.uk wrote:

 Just looking for a way to give easy access over the internet to some 
 files for multiple users. Web based would be ideal as they all know how 
 to open a browser.
 Internally files are shared using samba.
 Has any one come across any thing ?

Apache.

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgphnCfkiUoTC.pgp
Description: PGP signature


Re: web based file sharing

2009-03-27 Thread Odhiambo Washington
On Fri, Mar 27, 2009 at 12:13 PM, Terry te...@bluelight.org.uk wrote:

 Just looking for a way to give easy access over the internet to some files
 for multiple users. Web based would be ideal as they all know how to open a
 browser.
 Internally files are shared using samba.
 Has any one come across any thing ?


Well, you could run an FTP server, OR publish the files using Apache with
some authentication, depending on where the files are stored.
eGroupware is another application that can allow them to access the files,
or even upload other files, IIRC, but that's a bigger monster.

Can you please explain your setup situation better than you have done
already? Are the files stored in ~user?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: web based file sharing

2009-03-27 Thread Jerry Dunham
On 27 Mar 2009 at 9:13, Terry wrote:

 Just looking for a way to give easy access over the internet to some 
 files for multiple users. Web based would be ideal as they all know how 
 to open a browser.
 Internally files are shared using samba.
 Has any one come across any thing ?

I use:

  http://www.4shared.com

and am happy with them.  There are many other choices in the cloud.


--
Jerry Dunham
jdun...@texas.net

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: web based file sharing

2009-03-27 Thread Mikel King


On Mar 27, 2009, at 5:13 AM, Terry wrote:

Just looking for a way to give easy access over the internet to some  
files for multiple users. Web based would be ideal as they all know  
how to open a browser.

Internally files are shared using samba.
Has any one come across any thing ?

Cheers
Terry


Depending on the client OSes you could go with a WebDAV based  
solution. Apache has several modules for dealing with dav. Mac OS X,  
KDE, and even most versions of Windows have built-in clients.



Cheers,
Mikel King
CEO, Olivent Technologies
Senior Editor, Daemon News
Columnist, BSD Magazine
6 Alpine Court
Medford, NY 11763
http://www.olivent.com
http://www.daemonnews.org
http://www.bsdmag.org
skype: mikel.king
t: 631.627.3055
m: 646.554.3660
+--+
How do you spell cooperation? Pessimists use
each other, but optimists help each other.
Collaboration feeds your spirit, while
competition only stokes your ego. You'll
find the best way to get along.
+--+


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: web based file sharing

2009-03-27 Thread Andrew Gould
On Fri, Mar 27, 2009 at 9:37 AM, Mikel King mikel.k...@olivent.com wrote:


 On Mar 27, 2009, at 5:13 AM, Terry wrote:

  Just looking for a way to give easy access over the internet to some files
 for multiple users. Web based would be ideal as they all know how to open a
 browser.
 Internally files are shared using samba.
 Has any one come across any thing ?

 Cheers
 Terry


 Depending on the client OSes you could go with a WebDAV based solution.
 Apache has several modules for dealing with dav. Mac OS X, KDE, and even
 most versions of Windows have built-in clients.


 Cheers,
 Mikel King
 CEO, Olivent Technologies
 Senior Editor, Daemon News
 Columnist, BSD Magazine
 6 Alpine Court
 Medford, NY 11763
 http://www.olivent.com
 http://www.daemonnews.org
 http://www.bsdmag.org
 skype: mikel.king
 t: 631.627.3055
 m: 646.554.3660


I've found WebDAV to be a good choice.  I would suggest that you allow only
secure access (https, port 443) to the web server.  I have port 80 turned
off and blocked by a firewall.  It takes a little more configuration; but I
think it's well worth the effort.

I have accessed WebDAV via secure web from both Mac OSX and Windows XP.  I
know nothing of Vista (lucky me), so I can't speak to its compatibility.

Best of luck,

Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: web based file sharing

2009-03-27 Thread Terry

Well, you could run an FTP server, OR publish the files using Apache with
some authentication, depending on where the files are stored.
eGroupware is another application that can allow them to access the files,
or even upload other files, IIRC, but that's a bigger monster.

Can you please explain your setup situation better than you have done
already? Are the files stored in ~user?


-- Best regards, Odhiambo WASHINGTON, 
Hi Odhiambo 
Yes I could have the files in ~user so I could use apache and userdir with htaccess. But I

just wondering if any one had come across any nice web front ends for
file management. The down loading bit of course is easy but a nice
little upload feature would be handy. Would rather not use ftp as I
think the ftp clients would cause confusion. As you say eGroupware would
do it as would most groupware's but I dont want the extras that come
with them. There are some nice php indexing scripts out there I am sure
some will have an upload feature so I will have a look 
Having just read some of the other replies I think I will look into webdav as it sounds just what I am looking for


Thanks Terry

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: web based file sharing

2009-03-27 Thread Adam Vandemore

Terry wrote:
Just looking for a way to give easy access over the internet to some 
files for multiple users. Web based would be ideal as they all know 
how to open a browser.

Internally files are shared using samba.
Has any one come across any thing ?

Cheers
Terry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org



Horde has a module for this.

--
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org