如何设置一个可通过用户管理进行http访问的文件服务器?

发布于 2024-10-17 01:39:59 字数 297 浏览 2 评论 0原文

CompanyX 想要设置文件服务器。他们有多个客户想要与之共享文件,他们希望为每个客户提供唯一的用户名/密码以及对自己文件夹的访问权限。然后,客户端应该能够登录并上传文件,并且 CompanyX 可以下载它们。

我想避免任何一方使用 FTP 客户端,并且我希望可以通过 Web 浏览器访问文件。

我可以用什么来构建这样的东西?我并不是要求提供有关如何设置的完整说明。

到目前为止,我已经找到了两个应用程序,一个名为 Ajaxplorer,另一个名为 FileVista,它们看起来与我正在寻找的应用程序相似。

谢谢

CompanyX wants a file server setup. They have several clients they want to share files with, they'd like to give each client a unique username/password and access to their own folder. The client should then be able to login and upload files and CompanyX could download them.

I want to avoid making either party use an FTP client and I want the files to be accessible via web browser.

What could I use to build something like this? I'm not asking for full directions on how to set this up.

I've found two apps so far, one called Ajaxplorer and another called FileVista they seem similar to what I'm looking for.

Thank you

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

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

发布评论

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

评论(1

笛声青案梦长安 2024-10-24 01:39:59

您可以尝试使用 Samba。

只需设置 Samba,告诉他您要共享哪些目录,为每个目录添加用户、权限(写入、执行或读取)。然后每个“客户”将使用domainmane.com/folder1 或folder2 等访问这些文件夹。每个文件夹都有不同的密码。

他们可以使用 Windows 提供的“MAP 网络目录”简单地映射文件夹。

或者您可以使用另一种方法,例如设置文件夹,使用 htaccess 来保护它们,然后与您的“客户”共享这些文件夹的密码和链接,

我不知道您提到的这两个应用程序。但这将在不使用 FTP 方法的情况下帮助您,这可能是一种不专业的方法,但它有效且实施速度快。除此之外,您可以构建一个 Web 界面,创建用户,为他们或用户类型添加不同的权限,然后他们可以访问您想要的网站,并根据他们的权限级别,他们将看到您想要的内容。

祝你好运,我希望我能解决你的问题

You can try to use Samba for that.

Simply setup Samba, tell him which directories you want to share, add users for each directory, permissions (write, execute or read). Then each "customer" will access to those folders by using the domainmane.com/folder1 or folder2, etc.. each one of those with different password.

They could simply map the folders using the "MAP network directory" that windows offers.

Or you can use another aproach like setting up folders, use htaccess to protect them and then share the passwords and links for those folders with your "customers"

I don't know those 2 apps that you talked about. but this will help you without using an FTP approach, it may be an unprofessional way to do this, but it works and it's fast to implement. Other than this you could build a web interface, create users, add different permissions for them or user types, then they can access to the website you want and based on their level of permissions they will see what you want.

Good Luck, and i hope I gave some lights to your problem

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