如何在共享虚拟主机环境中创建文件观察器

发布于 2024-07-18 10:10:53 字数 112 浏览 5 评论 0原文

我有一个 Windows 共享网络托管,我想在那里创建一个文件观察器,它将监视我的图像文件夹并调整新图像的大小。
我想将其作为一个单独的组件,因为我以后可能会卖给其他人。
有任何想法吗?

I have a windows shared web hosting, and i want to create there a file watcher which will monitor my images folder and resize the new images.
I thought to make it as a separate component because i may sell to others later.

Any ideas?

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

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

发布评论

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

评论(1

滴情不沾 2024-07-25 10:10:53

您将很难在共享环境中实现文件观察器。 通常,实现此类功能的最简单方法是将其编写为 Windows 服务并使用内置的 .NET 文件/目录监视类。

除非您有能力在共享服务器上安装应用程序/服务,否则我认为您会发现自己运气不好。

You're going to have a hard time implementing a file watcher in a shared environment. Usually the easiest way to implement something like that is to write it as a Windows service and use the built in .NET file/directory monitoring classes.

Unless you have the ability to install applications/services on your shared server, I think you're going to find that you're out of luck.

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