[Sugar-devel] access to the FTP

2010-11-17 Thread Walter Bender
-- Forwarded message --
From: Daniel Cerdas Mendez daniel.cer...@fod.ac.cr
Date: Wed, Nov 17, 2010 at 1:37 PM
Subject: Omar Dengo Foundation Costa Rica
To: wal...@sugarlabs.org wal...@sugarlabs.org


Dear Walter,



It’s a pleasure to write you again, I’m Daniel Cerdas Mendez and I work for
Omar Dengo Foundation in San Jose, Costa Rica. We are developing a program
with several OLPC.  To improve our project with need to implement a
FTP-Server with our XO, we are looking for activity that connect  the OLPC
with our FTP-Server. Besides through the browser we can access to the FTP,
but we can’t upload files. The server is install in Windows Server 2008 R2
and the network is an open-wireless. We would appreciate all your help.



Thanks,









-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
image001.jpgattachment: Daniel Cerdas Mendez.vcf___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] access to the FTP

2010-11-17 Thread James Cameron
/usr/bin/ftp is included in OLPC OS 10.1.2 and can be used, at a pinch,
in Terminal.  It can be scripted.

If connectivity with Journal is required, there is greater complexity,
because Journal does not provide a filesystem view expected by
/usr/bin/ftp.  copy-from-journal might then be needed.

An alternative might be HTTP based file upload using PHP or other web
server scripting environments.  The Browse activity then offers a
Browse... button which opens an object chooser offering to upload from
Journal.

There's also curlftpfs package if you would like to be able to access an
ftp server from command line as if it is a filesystem.

I think GNOME also provides a graphical UI for access via FTP, but I've
not used it.

-- 
James Cameron
http://quozl.linux.org.au/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel