Gentoo Archives: gentoo-user

From: Momesso Andrea <momesso.andrea@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Web based ftp alternative
Date: Wed, 29 Oct 2008 11:03:10
Message-Id: 20081029110111.GA7758@revolver
In Reply to: Re: [gentoo-user] Web based ftp alternative by Etaoin Shrdlu
1 On Wed, Oct 29, 2008 at 11:40:43AM +0200, Etaoin Shrdlu wrote:
2 > On Wednesday 29 October 2008, 09:06, Alan McKinnon wrote:
3 >
4 > > > you can't use winblows extorter to drop files onto an ftp server? I
5 > > > would have thought that was, er, basic functionality...
6 > >
7 > > Yeah, that's what I thought too. The GF suspected otherwise for IE7
8 > > and confirmed it by asking that nice Mr Google person
9 >
10 > Ok, that's OT, but it's not that difficult. They just moved the ftp
11 > functionality from Internet explorer to Windows explorer (yes, many
12 > people are not even aware of the difference). When you open a FTP site
13 > with ie7, it just shows you a basic interface with hyperlinks but no
14 > ability to copy/paste or drag/drop stuff (just like basic FF). But,
15 > there is a line at top of the page that clearly says:
16 >
17 > "To view this FTP site in Windows Explorer, click Page, and then click
18 > Open FTP Site in Windows Explorer."
19 >
20 > Just do what it says, and you have the (cough) good old interface where
21 > you can do drag/drop etc.
22
23 Hmmm... This is good news. Has anyone experience with Safari/Opera
24 behavior?
25
26 >
27 > I'm however all for using FF with a suitable plugin to do ftp. However,
28 > for basic users, I fear that even a clean interface like that provided
29 > by fireftp might look too complicated (sigh).
30 >
31
32 I agree... People tend to feel confortable using web-based wizards.
33
34 > To the OP: have you considered creating a very simple php interface to
35 > upload files, like eg
36 >
37 > http://www.w3schools.com/PHP/php_file_upload.asp
38 >
39 > (but there are dozen of other example on the web)
40 >
41
42 Yes, but this is not an option. If I don't find a full featured (and
43 secure) webabb that takes care of user registration, permissions, etc.,
44 I'm gonna force users to the use the ftp.
45
46 I was thinking at such a layout:
47
48 ROOT:
49 /
50 world readable, admins writable
51
52 USER FOLDERS:
53 /username/
54 registered user readable, owner writable
55
56 PRIVATE USERS FOLDER (for drafts and personal stuff)
57 /username/private/
58 owner readable, owner writable
59
60 I think it's gonna be pretty easy to setup such a layout using vsftpd or
61 proftpd.
62
63 Suggestions are welcome.

Replies

Subject Author
Re: [gentoo-user] Web based ftp alternative Stroller <stroller@××××××××××××××××××.uk>