使用 umbraco 作为 ftp 服务器
我有一个使用 umbraco 4.7.1 运行的网站
客户希望创建一个仅限客户端的功能,用户可以上传各种文件(很像 ftp 服务器),但上传到他们自己的 umbraco 区域,以便每个客户端的文件保持独立。
我对 Umbraco 还很陌生。我该怎么办?
谢谢
I have a site running using umbraco 4.7.1
The customer wants to create a client-only functionality where the user can upload various files (much like a ftp server) but to their own area within umbraco so each client's files are kept separate.
I am pretty new to Umbraco. How should I go about this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FTP 功能并非特定于 Umbraco 或任何 CMS。它可以在 IIS 服务器中进行配置。它可以是运行 Umbraco 的同一台服务器,也可以是不同的服务器。
我对 Umbraco CMS 也不太了解,但大多数 CMS 确实为您提供了一种以插件/模块的形式扩展其功能的方法。您可以编写自己的 Umbraco 插件,根据您的要求进行 FTP 传输。
以下是有关如何使用 VB.NET 编程语言编写此 FTP 客户端的指南:
http://dot-net-talk.blogspot.com/2008/12/how-to-create-ftp-client-in-vbnet.html
FTP Functionality is not specific to Umbraco or any CMS for that matter. It is configurable in the IIS Server. It could be either the same server where you are running your Umbraco or a different one.
I'm also not much aware about the Umbraco CMS, but most CMS do provide you a way to extend their functionality in the form of plugins/modules. You may write your own Umbraco plugin that does the FTP transfer based on your requirement.
Here is a guide about how to write this FTP client in VB.NET programming language:
http://dot-net-talk.blogspot.com/2008/12/how-to-create-ftp-client-in-vbnet.html