macos 如何使用 AFP 将 Windows 客户端连接到 OSX 服务器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/852614/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 06:09:18  来源:igfitidea点击:

How to connect a Windows client to an OSX Server with AFP

macosclientafp

提问by davil

We are using OSX servers and clients with AFP (Apple Filing Protocol) and want to connect the only Windows (Vista x64) client to the server shares without having to enable SMB. Is there still any AFP client for Windows available?

我们正在使用带有 AFP(Apple 归档协议)的 OSX 服务器和客户端,并希望将唯一的 Windows (Vista x64) 客户端连接到服务器共享,而无需启用 SMB。是否还有适用于 Windows 的 AFP 客户端?

All that I've found are Windows AFP servers, but that's not what we need.

我发现的所有内容都是 Windows AFP 服务器,但这不是我们所需要的。

采纳答案by John Saunders

"AFP". That brings me back.

“法新社”。这让我回来了。

I'd go with SMB for the simple reason that I'd trust Apple or whoever to correctly implement SMB before I'd trust Microsoft or whoever to properly implement AFP. Not because of relative competence, but because AFP is strange, and does things in unexpected ways.

我会选择 SMB,原因很简单,在我信任 Microsoft 或任何人正确实施 AFP 之前,我会信任 Apple 或任何正确实施 SMB 的人。不是因为相对能力,而是因为 AFP 很奇怪,并且以意想不到的方式做事。

I've implemented an AFP server, so learned this the hard way.

我已经实现了一个 AFP 服务器,所以很难学到这一点。