如何使用 Windows 服务以编程方式将 CSV 下载到我的网站
如何使用 Windows 服务以编程方式将 CSV 下载到我的网站?
参考任何文章或教程将非常感激。
How to programmatically download a CSV using Windows Service into my website?
Reference to any articles or tutorials would be really appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的文件中使用
FileWebRequest
服务。链接页面中有一个示例。
Use
FileWebRequest
in your service.There is an example in the linked page.