[gentoo-user] File manager via Web Browser

2006-07-04 Thread Leandro Melo de Sales

Hi list,

 Does someone can tell me a good tool to install on my server which
permit a user (local user) to manager him file via a web browser? Such
as remove, create, upload and so on. I don't want to give ssh access
to all users, just the basic operations over their files.

Thank you,

Leandro
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Mick

On 04/07/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:

Hi list,

  Does someone can tell me a good tool to install on my server which
permit a user (local user) to manager him file via a web browser? Such
as remove, create, upload and so on. I don't want to give ssh access
to all users, just the basic operations over their files.


Well you can give them a GUI interface (php based or otherwise) or you
could configure webDAV access, which over Konqueror at least is as
close to a file manager as yo ucan get.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Leandro Melo de Sales

2006/7/4, Mick [EMAIL PROTECTED]:

On 04/07/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:
 Hi list,

   Does someone can tell me a good tool to install on my server which
 permit a user (local user) to manager him file via a web browser? Such
 as remove, create, upload and so on. I don't want to give ssh access
 to all users, just the basic operations over their files.

Well you can give them a GUI interface (php based or otherwise) or you
could configure webDAV access, which over Konqueror at least is as
close to a file manager as yo ucan get.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list




Can you give me more details, how can I setup this?

Thank you,

Leandro.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Martins Steinbergs
On Tuesday 04 July 2006 21:58, Leandro Melo de Sales wrote:
 Hi list,

   Does someone can tell me a good tool to install on my server which
 permit a user (local user) to manager him file via a web browser? Such
 as remove, create, upload and so on. I don't want to give ssh access
 to all users, just the basic operations over their files.

 Thank you,

 Leandro


how about ftp server

userscan use ftp clients or web browsers via ftp protocol

when i need some files i launch proftpd via ssh and then better with konqueror 
or IE like browser I can manage files

m
-- 
Linux 2.6.17-ck1 AMD Athlon(tm) 64 Processor 3200+
 22:42:55 up 13:55,  1 user,  load average: 1.24, 1.30, 1.71
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Nick Rout

On Tue, 4 Jul 2006 15:58:16 -0300
Leandro Melo de Sales wrote:

 Hi list,
 
   Does someone can tell me a good tool to install on my server which
 permit a user (local user) to manager him file via a web browser? Such
 as remove, create, upload and so on. I don't want to give ssh access
 to all users, just the basic operations over their files.
 
 Thank you,
 
 Leandro

Install ssh on the server (I guess it already is!) and then access it
with konqueror via either the fish or sftp kio_plugins.

eg to access machine server.mydom.net with user leo yiu type:

fish://[EMAIL PROTECTED] or
sftp://[EMAIL PROTECTED]

in the address bar of konqueror, you will be prompted for a password.


-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list