Re: [IAEP] copy files to/from server

2011-05-23 Thread Martin Langhoff
On Mon, May 23, 2011 at 8:58 AM, Peter Robinson pbrobin...@gmail.com wrote:
 Not sure the exact details but sharepoint does support sharing as
 webdav. I'm not sure how it works on the server side but at work it
 works with Fedora 14 and webdav on the client side.

AFAIK, if all you want is WebDAV, stock standard IIS and Apache can
share folders via WebDAV.

cheers,


m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- Software Architect - OLPC
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


Re: [IAEP] [Server-devel] [Sugar-devel] copy files to/from server

2011-05-23 Thread Christoph Derndorfer
On Mon, May 23, 2011 at 2:24 PM, Martin Langhoff
martin.langh...@gmail.comwrote:

 On Mon, May 23, 2011 at 1:41 AM, Sridhar Dhanapalan
 srid...@laptop.org.au wrote:
  Interesting. Does WebDAV work as a normal mount, like CIFS or NFS?

 From the PoV of the user, yes, it looks like a mountpoint.
 Technically, you can mount it at the linux kernel level, at the gnome
 IO libraries level, or from Sugar, with a pure python implmentation.

  What would be the best way to get this working on Sugar?

 You don't have a lot of time it seems. I'd implement it on top of
 gnome VFS of in pure Python. In both cases, I'd make it look like
 another disk from the Journal (as an initial implementation at least).

 I'd say talk with Martin Abente, he's looking into this problem space.


Could we maybe split this thread and keep technical discussions focused on
XS-devel and Sugar-devel lists? I think this could also also help in getting
some non-technical and/or end-user feedback and suggestion from people on
IAEP who aren't into all the technical details (something which I think tch
was also interested in).

Thanks,
Christoph

-- 
Christoph Derndorfer
co-editor, olpcnews
url: www.olpcnews.com
e-mail: christ...@olpcnews.com
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep

Re: [IAEP] [Server-devel] [Sugar-devel] copy files to/from server

2011-05-23 Thread Martin Abente
As I mentioned before, I am currently working on the multi-selection
support for Journal (which is a prerequisite for the cloud journal
and explains why I haven't been very active on this thread). Anyway, I
am listening to other's technical and non-technical ideas, but _my_
approach is first to provide extra storage capacity on the XS in the
most transparent way to the end users.

Therefore,

In the non-technical front, I believe we should stick to the Journal
integration idea, displaying this resource exactly how we display
removable devices.

In the technical front, I haven't checked all the solutions mentioned
but I would definitely go with something that _already_ provides
support for regular file system interaction. With something like that
(and please someone let me know if I am wrong), the integration part
will be a lot easier, like i.e (as Walter commented) we could use
his/mine/jasg documents folder patch.

Saludos,
tch

On Mon, May 23, 2011 at 4:16 PM, Christoph Derndorfer
christoph.derndor...@gmail.com wrote:
 On Mon, May 23, 2011 at 2:24 PM, Martin Langhoff martin.langh...@gmail.com
 wrote:

 On Mon, May 23, 2011 at 1:41 AM, Sridhar Dhanapalan
 srid...@laptop.org.au wrote:
  Interesting. Does WebDAV work as a normal mount, like CIFS or NFS?

 From the PoV of the user, yes, it looks like a mountpoint.
 Technically, you can mount it at the linux kernel level, at the gnome
 IO libraries level, or from Sugar, with a pure python implmentation.

  What would be the best way to get this working on Sugar?

 You don't have a lot of time it seems. I'd implement it on top of
 gnome VFS of in pure Python. In both cases, I'd make it look like
 another disk from the Journal (as an initial implementation at least).

 I'd say talk with Martin Abente, he's looking into this problem space.

 Could we maybe split this thread and keep technical discussions focused on
 XS-devel and Sugar-devel lists? I think this could also also help in getting
 some non-technical and/or end-user feedback and suggestion from people on
 IAEP who aren't into all the technical details (something which I think tch
 was also interested in).
 Thanks,
 Christoph

 --
 Christoph Derndorfer
 co-editor, olpcnews
 url: www.olpcnews.com
 e-mail: christ...@olpcnews.com

___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep