Android 上的 SMB 服务器(非默认端口)

发布于 2024-12-12 07:24:50 字数 156 浏览 0 评论 0原文

我正在开发一个在 Android 上开发 SMB 服务器的项目,为此我使用免费的 Alfresco JLAN 服务器实现。 问题是我无法使用默认端口(445、139、138)。 我如何访问在我的 android 端口 1445、1139、1138 上工作的服务器? 我尝试了端口转发,有什么想法吗?

I'm working on a project to develop an SMB server on Android, and for that i'm using the free Alfresco JLAN server implementation.
The question is that i can't use the default ports (445, 139, 138).
How can i access the server which is working in my android on ports 1445, 1139, 1138 ?
I tried port forwarding, any idea?

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

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

发布评论

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

评论(2

晌融 2024-12-19 07:24:50

如果您无法利用中间的任何服务器将内容流从端口 445 传输到 1445,我猜您在不 root Android 手机的情况下无法完成此操作。

If you can't make use of any server in the middle to pipe the content stream from port 445 to 1445, I guess you can't make it without rooting your Android phone.

浸婚纱 2024-12-19 07:24:50

在文件管理器中输入:

Smb://192.168.xxx.xxx:1445

您需要知道带有 smb 服务器的电话的本地 IP 地址。建议在手机和服务器中设置静态IP。对于Windows客户端,我发现这篇有趣的文章:

https://woshub.com/port-forwarding-in-windows/

In your file manager type:

Smb://192.168.xxx.xxx:1445

You need to know the local ip address of the phone with the smb server. Set static ip recommended in the phone with the server.For windows client, I found this interesting article:

https://woshub.com/port-forwarding-in-windows/

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