网络驱动器文件共享

发布于 2024-07-09 06:13:31 字数 232 浏览 5 评论 0原文

在 10 年多的时间里,我们一直依赖各种网络映射驱动器来实现文件共享。 一个驱动器号用于在团队之间共享文件,一个用于整个组织的单独文件共享,第三个用于个人使用等。我想摆脱这一点,并试图决定是否使用 ECM/Sharepoint 类型的解决方案或自制应用程序,值得付出代价和走的路吗? 或者,由于其相对简单,我们是否应该继续依赖登录脚本/映射驱动器进行文件共享? 有谁在自己的组织中有任何经验或对此有什么想法吗?

谢谢。

For the better part of 10 years + we have relied on various network mapped drives to allow file sharing. One drive letter for sharing files between teams, a seperate file share for the entire organization, a third for personal use etc. I would like to move away from this and am trying to decide if an ECM/Sharepoint type solution, or home grown app, is worth the cost and the way to go? Or if we should simply remain relying on login scripts/mapped drives for file sharing due to its relative simplicity? Does anyone have any exeperience within their own organization or thoughts on this?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

染柒℉ 2024-07-16 06:13:31

SharePoint 非常擅长文档共享。

文档通常遵循审批流程、拥有权限、存在于集群中……这些东西非常适合 SharePoint 文档库。

但是,有些东西不太适合在 SharePoint 中使用...您是否有想要与同事共享的虚拟硬盘 (.vhd) 文件? 尝试将 20GB 文件放入 SharePoint 并不是一个好主意。

SharePoint 可以处理大文件,它背后的 SQL Server 也可以...但是您是否希望 SQL Server 带宽被如此大的文件饱和? 您是否希望 SQL Server 备份多次保存如此大文件的副本?

我相信有一些 Microsoft 合作伙伴提供了将文件 blob 与 SharePoint 数据库分离的功能,以便 SharePoint 可以保存元数据,文件系统保存实际文件,SharePoint 只是成为管理访问、权限、并为整个组织的文件提供集中式界面。 这将为您提供两全其美的选择。

但现在,我认为 SharePoint 是文档的理想选择,并且我在 Windows 文件共享上保留大型文件(不以文档为中心)。

SharePoint is very good at document sharing.

Documents generally follow a process for approval, have permissions, live in clusters... and these things lend themselves well to SharePoints document libraries.

However there are somethings that don't lend themselves well to living inside SharePoint... do you have a virtual hard drive (.vhd) file that you want to share with a workmate? Not such a good idea to try and put a 20GB file into SharePoint.

SharePoint can handle large files, and so can SQL Server behind it... but do you want your SQL Server bandwidth being saturated by such large files? Do you want your backup of SQL Server to hold copies of such large files multiple times?

I believe that there are a few Microsoft partners who offer the ability to disassociate file blobs from the SharePoint database, so that SharePoint can hold the metadata and a file system holds the actual files, and SharePoint simply becomes the gateway to manage access, permissions, and offer a centralised interface to files throughout an organisation. This would offer you the best of both worlds.

Right now though, I consider SharePoint ideal for documents, and I keep large files (that are not document centric) on Windows file shares.

兲鉂ぱ嘚淚 2024-07-16 06:13:31

当然,使用工具。

这里的主要好处是版本控制。 能够轻松跳转到以前的版本,比较并查看谁修改了什么(参见大多数 VCS 的责备/注释工具 - 它打印出一个文本文件,显示何时/谁修改了文本文件中的每一行)。

其次,您可能会从问题跟踪/任务跟踪中受益。

其他好处包括从互联网访问 Web、拥有 wiki(在某些情况下这可能很棒)等。

我在工作中使用 Subversion + Redmine,我发现它非常有用 - 测试一些解决方案,您一定会发现更多信息为您带来的优势。

Definetely, use a tool.

The main benefit here is version control. Being able to jump easily to a previous version, diff'ing and seeing who modified what (see most VCS' blame/annotate tool- it prints out a text file showing when/who modified each line in the text file).

Second, you can probably benefit from issue tracking/task tracking.

Other benefits include web access from the internet, having a wiki (which can be great in some situations), etc.

I use Subversion + Redmine at work, and I find it highly useful- test a few solutions and you will surely find out further advantages for you.

一场春暖 2024-07-16 06:13:31

在文档管理工具的变革中,可能会被忽视的一件事是围绕将存储多少内容所需的规划以及信息架构问题(例如不同内容最终存放在哪里)。

如果没有良好的未来计划,SharePoint 的设置尤其容易,而且当事情变得繁忙时,它特别容易在以后遇到困难。

我不会推荐类似这样的自制应用程序。 这个问题已经通过现成的工具解决了,而从头开始开发一个工具将花费大量资金,并且无法让您以金钱获得任何功能。

我是否提到过规划安全组和文档区域 (IA) 有多重要?

One thing that can be overlooked in the change to an document management tool is the planning required around how much is going to be stored and information architecture issues like where different content is going to end up.

SharePoint particularly is easy to setup without a good plan going forward and is particularly vulnerable to difficulties later on when things get to busy.

I would not recommend a home grown app for something like this. The problem has been solved by off the shelf tools and growing one from scratch is going to cost a huge amount and not get you any way near the features for the money.

Did I mention how important planning your security groups and document areas (IA) was?

万劫不复 2024-07-16 06:13:31

如果您只需要文档存储,那么 sharepoint 可以做得很好。 WSS 是免费的,并且提供了非常好的文档存储功能。

但您必须仔细计划,因为更新现有应用程序非常痛苦。 如果您决定使用 Sharepoint,那么我可以从我的头脑中给您一些建议

  1. 注意安全配置(用户组、权限等)
  2. 好好规划您的文档库,因为在它们之间移动文档并不容易
  3. 另外考虑限制一个文档可以拥有的版本数量,因为 sharepoint 存储版本之间的完整备份,而不仅仅是更改
  4. 不要使用 infopath:) 我们对此有非常糟糕的经验(只是不要告诉经理)
  5. 如果您不这样做确实不需要改变 Sharepoint 的图形外观,而不是打扰它,因为它会带来很多问题(我说的是自定义母版页和自定义站点模板)
  6. 尝试使用尽可能多的 OOB 内容,因为开发自己的 Web 部件不是只会花费更多,而且可能相当复杂。
  7. 确保打开搜索索引。 这是相当棘手的,因为它默认是关闭的,然后你会惊讶地发现搜索无法像我一样工作:)

如果你尝试部署它并加载 10.000 个文档,那么你肯定会遇到问题之后。 如果您稍微考虑一下结构,那么您最终将获得非常好的文档存储。

If you need just document storage then sharepoint can do very well. WSS is ewen free and it provides very good document storage capabilities.

But you have to plan carefully as updating existing applications is painfull. If you decide to go with Sharepoint then I can give you few advices from top of my head

  1. Pay attention to security configuration (user groups, privilegies,..)
  2. Plan your document libraries well as it is not easy to just move documents betveen them
  3. Also consider limiting number of versions that one document can have, because sharepoint stores full backups betveen verions, not just changes
  4. Don't use infopath:) we have very bad experience with it (just don't tell this to managers)
  5. If you don't really need to change graphical look of Sharepoint than don't bother with it as it brings many problems (I'm talking about custom masterpages and custom site templates)
  6. Try to use as much OOB stuff as possible, because developing your own webparts not only cost more, but it can be quite complicated.
  7. Make sure to turn-on search indexing. This is quite tricky, because it is by default turned off and then you will be as surprised that search is not working as I was :)

If you try to just deploy it and load 10.000 documents into it then you will surely have problems with it later. If you give a little thought about structure then you will end up with really good document storage.

零度° 2024-07-16 06:13:31

从长远来看,迁移可能是值得的。 您将获得可靠性、版本控制、可追溯性和可扩展性。

请务必首先确定组/权限,并确定需要修复哪些链接(也许您有使用共享链接的应用程序)。

SharePoint 的开源替代方案是 Alfresco,它对于 CIFS(Windows 共享)也非常有用。

Migrating is very probably worth the cost in the long term. You will gain reliability, versioning, traceability, and extensibility.

Be sure to first identify the groups/rights, and to identify which links need to be fixed (maybe you have applications that use links to the shares).

An open source alternative to SharePoint is Alfresco, it is very good for CIFS (Windows shares) too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文