<div class="gmail_quote">2011/1/25 Maxime Côté <span dir="ltr"><<a href="mailto:cote.maxime1@gmail.com">cote.maxime1@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hi all,</div><div><br></div><div>I'm one of those who develop this client: <a href="http://gitorious.org/owncloud-sync-client" style="color:rgb(103, 117, 58);border-collapse:collapse;font-family:'Droid Sans', arial, sans-serif;font-size:13px" target="_blank">http://gitorious.org/owncloud-sync-client</a><font color="#202020" face="'Droid Sans', arial, sans-serif"><span style="border-collapse:collapse"> and I'm still working on it, even thought not as much as I would like because of school. It's nearly finish, the UI is designed, the core mechanic is coded and working but the UI is non working and I haven't find a way (still searching) to send the data to the server easily and securely. It's written in C++ with Qt and a bit of Python (mostly mercurial command) and work with mercurial to provide versioning of files. The main mechanic is pretty simple: the user enter some files</span></font><span style="border-collapse:collapse;color:rgb(32, 32, 32);font-family:'Droid Sans', arial, sans-serif"> (or folders)</span><span style="border-collapse:collapse;color:rgb(32, 32, 32);font-family:'Droid Sans', arial, sans-serif"> to sync and a interval for syncing </span><span style="border-collapse:collapse;color:rgb(32, 32, 32);font-family:'Droid Sans', arial, sans-serif">(1 min, 5min, 10 min etc)</span><span style="border-collapse:collapse;color:rgb(32, 32, 32);font-family:'Droid Sans', arial, sans-serif">, after that the client start a cron like daemon to send data over to the ownCloud server. I know it's may not be the best way to do this, but it's the way we were seeing it. <br>
</span></div></blockquote></div><br>I'd like to know more about this one, could you write something describing its current state, what works and what doesn't? I'll check it out myself but I'm a little short on time this week. Also, does it only work one-way (only push to server) as you described it?<br>