<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using Alfresco while offline: My findings in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-while-offline-my-findings/m-p/265406#M218536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For users who take the plane/train/subway often, WebDAV is not a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to view/edit Alfresco documents when offline, and ensure easy synchronization?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have researched this for a client, and here are my findings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://aegif-labo.blogspot.jp/2012/04/alfresco-how-to-keep-working-even-when.html" rel="nofollow noopener noreferrer"&gt;http://aegif-labo.blogspot.jp/2012/04/alfresco-how-to-keep-working-even-when.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your critical feedback is very welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you know any other way to keep in sync with an Alfresco repo, be sure to let me know!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Excerpt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=== 1) &lt;/SPAN&gt;&lt;A href="http://cmissync.com" rel="nofollow noopener noreferrer"&gt;CmisSync&lt;/A&gt;&lt;SPAN&gt; ===&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Very similar to the Dropbox client, lets you sync with any Alfresco content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Free, Open Source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.NET/Mono, Linux/Mac port not finished yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=== 2) &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Community_file_list_4.2.b" rel="nofollow noopener noreferrer"&gt;Alfresco Desktop Sync&lt;/A&gt;&lt;SPAN&gt; ===&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Official Alfresco offline client. Let's you sync any Share Site or directory within a site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Free.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Java, Linux/Mac/Windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not to be confused with an older project that has the same name and comes up first on Google, hosted on addons.alfresco.com and SourceForge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=== 3) &lt;/SPAN&gt;&lt;A href="http://ftpbox.org" rel="nofollow noopener noreferrer"&gt;FTPBOX&lt;/A&gt;&lt;SPAN&gt; ===&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you like DropBox, you will love FTPbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The user interface is the same, with tray icon and almost no configuration needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Forget about 2GB limits and the security risk associated with externally-hosted data: you now have an unlimited DropBox for free, and the files are straight from your smart Alfresco repository!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bad news: FTPbox is not compatible with Mac/Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The good news: FTPbox is open source, so porting to Mac/Linux is a matter of motivation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=== 4) &lt;/SPAN&gt;&lt;A href="http://offlinefs.sourceforge.net/wiki/" rel="nofollow noopener noreferrer"&gt;OFS&lt;/A&gt;&lt;SPAN&gt; ===&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNIX users will know that FUSE allows to easily mount/unmount any kind of filesystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OFS (Offline FileSystem) allows you to maintain an offline copy of any remote filesystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It can take advantage of Alfresco's NFS interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, this solution is not usable on Windows until Windows allows userspace filesystems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://superuser.com/questions/179436/is-it-possible-to-use-fuse-with-windows" rel="nofollow noopener noreferrer"&gt;http://superuser.com/questions/179436/is-it-possible-to-use-fuse-with-windows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=== 5) &lt;/SPAN&gt;&lt;A href="http://www.re.be/webdav_sync" rel="nofollow noopener noreferrer"&gt;WEBDAV SYNC&lt;/A&gt;&lt;SPAN&gt; ===&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WebDAV Sync is a command-line tool that can synchronize documents using Alfresco's WebDAV interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Programmers love command-line tools, but it is not for office users…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WebDAV Sync is portable (Java) and open source, so it is a great choice for integration with existing client-side software (for instance if your company has a custom VoIP/chat/PIM app)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=== CONCLUSION ===&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping that version 3 of Adobe Drive (which supports CMIS) would offer an option to cache documents for offline use, but unfortunately it does not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, CmisSync and Alfresco Desktop Sync are by far the most usable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2012 08:57:23 GMT</pubDate>
    <dc:creator>nicolasraoul</dc:creator>
    <dc:date>2012-05-01T08:57:23Z</dc:date>
    <item>
      <title>Using Alfresco while offline: My findings</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-while-offline-my-findings/m-p/265406#M218536</link>
      <description>Hello all,For users who take the plane/train/subway often, WebDAV is not a solution.How to view/edit Alfresco documents when offline, and ensure easy synchronization?I have researched this for a client, and here are my findings:http://aegif-labo.blogspot.jp/2012/04/alfresco-how-to-keep-working-even-</description>
      <pubDate>Tue, 01 May 2012 08:57:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-while-offline-my-findings/m-p/265406#M218536</guid>
      <dc:creator>nicolasraoul</dc:creator>
      <dc:date>2012-05-01T08:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alfresco while offline: My findings</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-while-offline-my-findings/m-p/265407#M218537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Nicholas..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to download Alfresco Desktop Sync, I don't know whether i've installed it successfully. when i started to use it, i need to have java runtime environment. i've done with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, i need to login to the alfresco but it always failed and there's a message said "there was an error connecting to Alfresco. Please check your login settings and try again."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried to login many times, and always failed &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 01:01:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-while-offline-my-findings/m-p/265407#M218537</guid>
      <dc:creator>taimui0101</dc:creator>
      <dc:date>2013-03-09T01:01:43Z</dc:date>
    </item>
  </channel>
</rss>

