<?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 Re: SMB2 / SMB3 server support in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12523#M5509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would assume a "dummy" proxy like you have described for your canner device use case would be unacceptable in almost all but the rarest use cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMB 3.0 has a feature called transparent failover which would make SMB usable for clusterised Alfresco systems. The availability of such features in more modern version of the protocol is why some people in the community had already urged Alfresco to consider an update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option that was discussed in the IRC #alfresco channel was the potential option of using Samba and a Virtual File System backend to expose Alfresco without Alfresco having to deal with the intricacies of SMB themself and relying on a proven, continuously maintained industry solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2017 13:03:35 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-06-22T13:03:35Z</dc:date>
    <item>
      <title>SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12517#M5503</link>
      <description>GreetingsMicrosoft is soon disabling SMB1 in Windows (Microsoft to Disable SMBv1 in Windows Starting This Fall&amp;nbsp;).In the light of that, does the Alfresco SMB/CIFS Server support SMB2 or SMB3? I'm especially interested in the Java based implementation which runs on non-Windows systems.Thank youYves No</description>
      <pubDate>Fri, 16 Jun 2017 13:23:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12517#M5503</guid>
      <dc:creator>yves_noirjean</dc:creator>
      <dc:date>2017-06-16T13:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12518#M5504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For quite a while now Community members have urged Alfresco to update its SMB implementation. The issue &lt;A href="https://issues.alfresco.com/jira/browse/REPO-1393" rel="nofollow noopener noreferrer"&gt;REPO-1393&lt;/A&gt; was filed by product manager &lt;B&gt;Richard Esplin&lt;/B&gt;‌ to track the requirement. But there is no indication that this is something that will get any sort of priority from Alfresco, e.g. from the strategic vision / product roadmap presentations we had at BeeCon. Also the argument may be that even when Microsoft disabled SMBv1 by default, it will always be just a registry setting to re-enable it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 07:57:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12518#M5504</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-06-19T07:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12519#M5505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw that news over the weekend, and we have been discussing it is a team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIFS is a specific dialect of SMBv1, and so is likely to stop working when Microsoft disables their client support for it. Our implementation of CIFS is vulnerable to many of the security problems mentioned in the Microsoft blog post, and so for some time we have recommended people use WebDAV in environments where those risks are considered unacceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;B&gt;Axel Faust&lt;/B&gt;‌ has pointed out, Alfresco has not invested in improving our SMB support since Alfresco version 4.0. That work was to improve the performance and stability of the current implementation, and we have not done the work to support newer versions of that protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we have looked at upgrading to a newer version of the SMB protocol, it is an expensive undertaking. We have instead directed our resources to other areas, such as improving WebDAV and the new SharePoint support in the AOS library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The news from Microsoft has forced us to re-evaluate our position with SMB/CIFS. There are some new libraries we could leverage for this support, but integrating them would still be a big project. I wonder if it isn't better to end-of-life our CIFS support and recommend WebDAV for all use cases required mounting Alfresco as a shared drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my analysis of WebDAV versus SMBv3.1.1:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WebDAV is superior to modern versions of SMB when used for file access over a high-latency network. This is increasingly important as more deployments are in AWS or some other public cloud.&lt;/LI&gt;&lt;LI&gt;WebDAV has worse performance than SMBv3.1.1 on a local network.&lt;/LI&gt;&lt;LI&gt;WebDAV cannot handle transferring files larger than 4GB, so something like FTP would have to be used for those cases.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anyone willing to share a use case shared drives where WebDAV would not be adequate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 17:10:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12519#M5505</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2017-06-19T17:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12520#M5506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Hello.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;I apologize in advance if I am in something wrong.&lt;/SPAN&gt; &lt;SPAN class=""&gt;All statements are based on personal experience using WebDav.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;At first glance, WebDav looks very attractive, but on closer inspection it turns out that this is not true.&lt;BR /&gt;The WebDav protocol has a number of drawbacks, compared to SMB:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;Protocol overhead. &lt;BR /&gt;WebDav is implemented over HTTP. This means that each WebDav command will be passed to the server in the form of an http request. Thus, an http header will be added to each WebDav command. As a result, there is a situation when you need to transfer 100 bytes of http-header to transfer 10 bytes of the file. Slowdown is especially noticeable when copying a large number of small files. For this reason, WebDav disks are not suitable for synchronizing a large number of files (this may be the logs of some programs). Even commercial implementations of WebDav, such as "Synology NAS", can not cope with this task. From what I conclude that this is a protocol defect that can not be circumvented or compensated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;WebDav clients have different protocol implementations. &lt;BR /&gt;&lt;SPAN&gt;There is no strict compliance with the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.ietf.org/rfc/rfc4918.txt" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.ietf.org/rfc/rfc4918.txt&lt;/A&gt;&lt;SPAN&gt; . Two WebDav clients can have great differences in the implementation of such things as: Preservation of cookies, sequence of execution of DAV commands, authorization method, supported encodings. Some WebDav clients may not support some of these features. I believe that support for the most common WebDav clients (built-in Windows client or davfs for Linux) is possible. For example, you can define the "dialect" of the WebDav client by the "User-Agent" line from the http-header. In this case, additional costs will be required to implement the "dialects" of the WebDav protocol for each specific client.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;Weak support for the protocol on the part of Windows.&lt;BR /&gt;The native Windows tools for connecting WebDav drives leave much to be desired:&lt;BR /&gt;Restriction on the amount of data transferred - by default 50MB, through the registry can be increased to 4GB.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;Basic authorization is disabled by default. You can enable it through the Windows registry.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;The WebDav-drive is not connected directly as SMB, instead the "Webclient" service is used (based on a redirector kernel driver mrxdav.sys), which downloads the entire files to the temporary directory. Only after this, the file becomes readable/writable (The native NFS client works in a similar way). Even the cloud "OneDrive" is recommended to use through a special client, and not through WebDav.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;By default, only tls 1.0 is supported. (&lt;A href="https://social.technet.microsoft.com/Forums/windows/en-US/9f202c46-1baf-4de1-8b7d-14ff6cdbcb72/windows-webdav-client-does-not-support-tls-12" rel="nofollow noopener noreferrer"&gt;Actual for Windows 7, the state of the newer OS is not known&lt;/A&gt;).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:11:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12520#M5506</guid>
      <dc:creator>dhant</dc:creator>
      <dc:date>2017-06-20T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12521#M5507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the analysis &lt;B&gt;Dilan Hant&lt;/B&gt;‌. This is exactly the sort of information I was looking for.&amp;nbsp;It will be interesting to see what others think about this topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:16:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12521#M5507</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2017-06-20T15:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12522#M5508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my experience CIFS is not a reliable protocol to use with Alfresco. Beside the complexity to clusterize that kind of access, we have found a lot of unexpected errors and performance overhead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have configured and recommended a solution for enterprise customers using a Linux box as a proxy. The Linux Box exposes folders using SMB to clients and mounts, using webdav, a shared folder in Alfresco. I know this pattern is not always applicable (because permission/user concerns) but it seems to work fine in our most common case (scaner devices linked to Alfresco).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are studying right now with one of our customers the possibility of replacing the Linux box with a Windows Storage Server. This way we would have high-availability from end to end (right now the Linux box is a single point of failure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My two cents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 11:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12522#M5508</guid>
      <dc:creator>julian_cervino</dc:creator>
      <dc:date>2017-06-22T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12523#M5509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would assume a "dummy" proxy like you have described for your canner device use case would be unacceptable in almost all but the rarest use cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMB 3.0 has a feature called transparent failover which would make SMB usable for clusterised Alfresco systems. The availability of such features in more modern version of the protocol is why some people in the community had already urged Alfresco to consider an update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option that was discussed in the IRC #alfresco channel was the potential option of using Samba and a Virtual File System backend to expose Alfresco without Alfresco having to deal with the intricacies of SMB themself and relying on a proven, continuously maintained industry solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:03:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12523#M5509</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-06-22T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12524#M5510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although I quite agree with Julián I do even agree more with Dilan Hant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not being a fan of SMB protocol at all when I started working with Alfresco around 10 years ago I was very enthusiastic about the option of using webdav and forgetting about SMB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But reality did bite me. As Dilan said each webdav client had a completely different behaviour. What worked right with davfs did not work on MacOS or with any other Linux implementation and viceversa. In the Windows scenario&amp;nbsp;it was even worse, not only did the version of windows change the Webdav client that internally was used but installing Office might change the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that sense the CIFS client in the windows machines was much less problematic. So usually my recomendation is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Use Share for your day to day work&lt;/P&gt;&lt;P&gt;- Use CIFS if you want to acces the files in a "file system" way.&lt;/P&gt;&lt;P&gt;- Use FTP for&amp;nbsp;uploading batches of files (or the Bulk Import Tool if we are talking about really big loads)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The situation with the Webdav protocol might have improved during this years but it should be thoroughly rechecked before assuming that it is a good alternative to CIFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard, what about AOS? If I'm not getting it wrong I&amp;nbsp;think that the "Sharepoint protocol" that AOS implements is really a derivative/modification/implementation of Webdav. Am I right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so maybe this has the advantage of being more specific, is an specific implementation that works with an specific client&amp;nbsp;so there is less variability and it might just work. Does this implementation somehow improve any of Dilan Hant's worries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone with better knowledge about AOS can comment on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:10:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12524#M5510</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2017-06-22T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12525#M5511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, are Linux webdav clients able to connect to the AOS's "webdav"-ish endpoint?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12525#M5511</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2017-06-22T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12526#M5512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AOS "webdav" is providing a Microsoft-corrupted variant of WebDAV and is not fully RFC-compliant. It will likely work with clients other than WIndows / Office, but there is no guarantee that weird stuff won't happen if you use it on non-Windows systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 14:31:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12526#M5512</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-06-22T14:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12527#M5513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some remarks:&lt;/P&gt;&lt;P&gt;- We're using CIFS intensively&amp;nbsp;on most of our alfresco deployments (in a pure collaboration context, smb is used on local lan, and share interface is used remotely). &lt;/P&gt;&lt;P&gt;- SMB is preferred to WebDAV for performances, reliability and conflict management (in many scenarios it seems that webdav is not locking file when editing, as said above depending on webDAV client)&lt;/P&gt;&lt;P&gt;- SMB can be easily integrated into a DFS architecture which brings seamless file share solution and potentially High Availability.&lt;/P&gt;&lt;P&gt;- Alfresco is one of the rare ECM solution that is&amp;nbsp;providing&amp;nbsp;SMB support, and we love it !&lt;/P&gt;&lt;P&gt;Finally I do confirm that we love SMB support in Alfresco, and it would be a very bad news if this support was discontinued.&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 14:36:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12527#M5513</guid>
      <dc:creator>vincent-kali</dc:creator>
      <dc:date>2017-06-22T14:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12528#M5514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alfresco and CIFS/SMB are in a kind of love-hate relationship. At least speaking for our customers: 20 of 30 companies have choosen for Alfresco because of the CIFS implementation. On the other hand it is one of a few root sources of trouble (beside transformer framework, search, versions, retrying transaction handler, ...).&lt;/P&gt;&lt;P&gt;WebDAV: One of our biggest customers (&amp;gt;800 concurrent active users with connected drive in windows) had to switch to WebDAV/AOS since Alfresco's CIFS implementation doesn't support terminal services / SMB block tagging on the same session. It is working somehow but not perfect. There are lot's of bugs, limitations in the Windows and/or Alfresco WebDAV implementation (limitation on path length, supported characters, locking, strange behavior on delete, ...)&lt;/P&gt;&lt;P&gt;To make the answer short: WebDAV may be an replacement if you can live with all the limitations but scales better with hundreds or thousands of users. You may miss the active part of CIFS which is notifying a client for updates (which would make the protocol unusable on Macs: no F5 reload)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no big change without a big chance:&lt;/P&gt;&lt;P&gt;One of the biggest pitfalls users face with Alfresco is the synchronous implementation of the fileserver implementation which is NOT compatible with&amp;nbsp; the client OS concepts: client applications are used to delete and recreate files all the time, rename files before saving new versions etc. (well known from the shuffle mode concepts implemented in the fileserver / cifs implementation of Alfresco). I would vote for a new better implementation which works more like dropbox but in a manner of a connected drive: file actions are decoupled, recorded and consolidated based on some known events (e.g. on file close). In the mean time the file is saved on a local directory or on a server's temporary directory. We discussed this way internally years ago as an samba4 connector to replace Alfresco CIFS. This would be much more scalable and would additionally solve all the trouble outside of Alfresco. Alfresco should see only the real resulting new/changed document. Nothing else. Maybe we should start a fundraising now for this idea &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 12:47:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12528#M5514</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2017-06-23T12:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12529#M5515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AOS endpoint is the recommended WebDAV endpoint on Windows systems, and should be more reliable on Windows than the generic WebDAV endpoint. It is a distinct implementation of WebDAV than the generic WebDAV that is provided by JLAN. But as Axel mentioned, it isn't standards compliant and so we are hesitant to recommend it for use on other systems. See:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/community/concepts/troubleshoot-webdav.html" title="http://docs.alfresco.com/community/concepts/troubleshoot-webdav.html" rel="nofollow noopener noreferrer"&gt;Troubleshooting WebDAV | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 13:30:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12529#M5515</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2017-06-23T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12530#M5516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Minor correction Richard: RFC-compliant WebDAV is not provided by JLAN. JLAN is only responsible for CIFS/SMB, FTP and NFS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 13:32:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12530#M5516</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-06-23T13:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12531#M5517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing your experience and opinion. Internally, we have discussed whether the new (proprietary) Desktop Sync client isn't in fact a better way to go than the old-school Shared Drive concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great to see someone implement a Samba 4 back-end for Alfresco proof-of-concept that we could use as a starting point for our efforts. Any volunteers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 13:35:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12531#M5517</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2017-06-23T13:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12532#M5518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For my personal opinion the new or old Desktop Sync does only address the road warrior requirements but not the office or remote power user: You always want to see all files without the need to replicate the whole enterprise on your desktop. Not to mention the requirement that you want to see edit metadata, call actions, etc.&lt;/P&gt;&lt;P&gt;What about referenced files like images embedded in a page or machine parts in a CAD file? This will never be handled by pure sync concept.&lt;/P&gt;&lt;P&gt;The closest solution / proof-of-concept I've seen was from a company located in Australia (I need to search in my brain to remember the name Edit: found it but unfortunatly the company seems to be dead: &lt;A class="link-titled" href="https://sourceforge.net/projects/eoss-edrive/" title="https://sourceforge.net/projects/eoss-edrive/" rel="nofollow noopener noreferrer"&gt;eoss-edrive | SourceForge.net&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; They implemented an asynchronous, multicast capable alfresco file protocol service to be installed in two flavors: client runs on a client and/or on a (local) fileserver. The smart stuff was that they mixed dropbox and fileserver concepts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In case someone "opens" the file for edit a lock token will send to the network (multicast) and/or to the server&lt;/LI&gt;&lt;LI&gt;If node is in the local cache the file will be openend from there otherwise from the server&lt;/LI&gt;&lt;LI&gt;every change on the file will be saved in the local cache only&lt;/LI&gt;&lt;LI&gt;in case the file change is final (e.g. the OS lock has been releases) the changes will be put on the network using broadcast in a secure way (similar to dropbox) and send asynchronously to the server&lt;/LI&gt;&lt;LI&gt;every client supporting the protocol will receive the change notifications and may get the updated bytes from the broadcast in the internal network - maybe without any interaction with Alfresco (I have seen this only from dropbox before)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another also good approach: The CMIS-OS network drive connector (Adobe Drive) &lt;B&gt;Thomas DeMeo&lt;/B&gt; and his team developed for the creative suite when he was product manager at Adobe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;locally seen as drive (OS part in C and SDK in Java)&lt;/LI&gt;&lt;LI&gt;content is only catched from the server when it is required so the drive acts similar to a browser (I'm unsure how the directory structure, metadata is saved/cached)&lt;/LI&gt;&lt;LI&gt;any temporary / not final IO (temp files , file shuffling new, locked files) will &lt;EM&gt;not&lt;/EM&gt; be send to CMIS server&lt;/LI&gt;&lt;LI&gt;content will be cached locally and will be kept. This makes the implementation &lt;EM&gt;very&lt;/EM&gt; fast for the user perspective because the OS works on a local file.&lt;/LI&gt;&lt;LI&gt;drive has concept / java API for context actions, sync, properties, extendable document property sheets, previews, ...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Adobe may not have the Marketing / customers / use cases to put this solution into the mass market. Maybe there is a chance you can get / acquire / license this solution before it is dying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The samba4 binding would be a very scalable solution to be implemented in C and would be limited to linux platform (btw much better platform for Alfresco ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12532#M5518</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2017-06-23T15:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12533#M5519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We tried a lot of solutions for enterprise content creation management. The need is not sufficiently fulfilled by oneDrive, box, dropbox or any other desktop sync tool. The need is to work together on thousands of files, not to take some of them with me. That's why the promising Alfresco approach of a single federated repository in a multisite enterprise scenario that delivers a simple network drive experience with a modern and social network styled web UI for search, collaborating and sharing was such a brilliant idea for our daily business. CIFS/SMB is key to that use case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:47:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12533#M5519</guid>
      <dc:creator>bgewehr</dc:creator>
      <dc:date>2017-06-29T09:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12534#M5520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I confirm that we are also using intensively CIFS successfully. Most of our users have no clue about the backend system behind the share drive... they just use it as other shares on their explorer.&lt;/P&gt;&lt;P&gt;it's fast, eays and meanful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Losing CIFS would be a big issue for us !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:53:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12534#M5520</guid>
      <dc:creator>lascaux</dc:creator>
      <dc:date>2017-06-29T11:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12535#M5521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="direction: ltr;"&gt;Visuality Systems offers a commercial SMB stack that can be utilized here. The solution is portable and updated with the latests SMB3.1.1 dialect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2017 11:01:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12535#M5521</guid>
      <dc:creator>talwid</dc:creator>
      <dc:date>2017-08-13T11:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: SMB2 / SMB3 server support</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12536#M5522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I bet as much as GPL3 is being marked as "nearly impossible to use" in the FAQ on their homepage, so could be the commercial license of NQE / NQ Storage for an open source product like Alfresco. On the other hand it would make it "easier" (argumentatively) for Alfresco to turn SMB support into an Enterprise-only, paid extension - which is what I gather so far might be the most likely of outcomes anyway...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2017 18:11:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/smb2-smb3-server-support/m-p/12536#M5522</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-08-13T18:11:12Z</dc:date>
    </item>
  </channel>
</rss>

