0

Does Windows Small Business Server 2008 has a solution to share (create, update, save) local documents via http? Something like google docs..

Thanks

John
  • 654
  • 6
  • 15
  • 31

1 Answers1

6

SBS includes Sharepoint (Windows Sharepoint Services - WSS) which can do basic document sharing over HTTP.

More info from TechNet:

http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb684453

Ward - Reinstate Monica
  • 12,788
  • 28
  • 44
  • 59
  • Umm. SBS includes IIS7, which is capable of "sharing" via [WebDAV](http://en.wikipedia.org/wiki/WebDAV) - or did he ask for a web interface like in [Office Web Apps](http://en.wikipedia.org/wiki/Office_Web_Apps)? – the-wabbit Oct 24 '11 at 21:32
  • @syneticon-dj He asked for something `"like google docs"`. Sharepoint's inline document editor is just that. – MDMarra Dec 21 '11 at 14:00
  • Google docs has many aspects - including storage. This is why I mentioned Office Web Apps, which resemble Google Docs' editors feature set. Sharepoint's editor is only capable of editing HTML-style content sites and is rather dumb. – the-wabbit Jan 04 '12 at 21:42