* [gentoo-user] File manager via Web Browser
@ 2006-07-04 18:58 Leandro Melo de Sales
2006-07-04 19:34 ` Mick
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Leandro Melo de Sales @ 2006-07-04 18:58 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] File manager via Web Browser
2006-07-04 18:58 [gentoo-user] File manager via Web Browser Leandro Melo de Sales
@ 2006-07-04 19:34 ` Mick
2006-07-04 19:56 ` Leandro Melo de Sales
2006-07-04 20:00 ` [gentoo-user] " Martins Steinbergs
2006-07-05 3:42 ` Nick Rout
2 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2006-07-04 19:34 UTC (permalink / raw
To: gentoo-user
On 04/07/06, Leandro Melo de Sales <leandroal@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] File manager via Web Browser
2006-07-04 19:34 ` Mick
@ 2006-07-04 19:56 ` Leandro Melo de Sales
2006-07-04 22:08 ` [gentoo-user] " Mick
0 siblings, 1 reply; 6+ messages in thread
From: Leandro Melo de Sales @ 2006-07-04 19:56 UTC (permalink / raw
To: gentoo-user
2006/7/4, Mick <michaelkintzios@gmail.com>:
> On 04/07/06, Leandro Melo de Sales <leandroal@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] File manager via Web Browser
2006-07-04 18:58 [gentoo-user] File manager via Web Browser Leandro Melo de Sales
2006-07-04 19:34 ` Mick
@ 2006-07-04 20:00 ` Martins Steinbergs
2006-07-05 3:42 ` Nick Rout
2 siblings, 0 replies; 6+ messages in thread
From: Martins Steinbergs @ 2006-07-04 20:00 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: File manager via Web Browser
2006-07-04 19:56 ` Leandro Melo de Sales
@ 2006-07-04 22:08 ` Mick
0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2006-07-04 22:08 UTC (permalink / raw
To: gentoo-user
On 04/07/06, Leandro Melo de Sales <leandroal@gmail.com> wrote:
>
> Can you give me more details, how can I setup this?
Sorry, I've only used cPanel and Plesk GUIs to control virtual
websites, as well as webDAV to access files on a server, but never had
to set it up myself.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] File manager via Web Browser
2006-07-04 18:58 [gentoo-user] File manager via Web Browser Leandro Melo de Sales
2006-07-04 19:34 ` Mick
2006-07-04 20:00 ` [gentoo-user] " Martins Steinbergs
@ 2006-07-05 3:42 ` Nick Rout
2 siblings, 0 replies; 6+ messages in thread
From: Nick Rout @ 2006-07-05 3:42 UTC (permalink / raw
To: gentoo-user
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://leo@server.mydom.net or
sftp://leo@server.mydom.net
in the address bar of konqueror, you will be prompted for a password.
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-05 4:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04 18:58 [gentoo-user] File manager via Web Browser Leandro Melo de Sales
2006-07-04 19:34 ` Mick
2006-07-04 19:56 ` Leandro Melo de Sales
2006-07-04 22:08 ` [gentoo-user] " Mick
2006-07-04 20:00 ` [gentoo-user] " Martins Steinbergs
2006-07-05 3:42 ` Nick Rout
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox