必须使用 SQL Server 2000 从受保护的网站检索文件
我正在尝试从 https 网站检索 zip 文件 - 因此用户名和密码受 SQL Server 2000 保护。我想我可以使用 DTS 包或作业。
有一个 wget 命令 - 但是我不确定如何在限制范围内运行它。能够做到这一点将是一个巨大的帮助,基本上必须每月操作文件名以反映文件名中的月份名称的一部分。
然后我将使用 7zip 解压缩它,并且 walaaa 存储过程已经编写完毕,只需要完成其他两个部分:)
非常感谢。
I am trying to retrieve a zip file from an https website - so username and password protected with SQL Server 2000. I was thinking that I could use a DTS package or a Job.
There is a wget command - however I am unsure of how to run it from within the constraints. This would be such a huge help being able to do this it is basically having to manipulate the file name every month to reflect part of the month name in the file name as well.
then I will use 7zip to unzip it and walaaa the stored proc is already written just need to get the other two parts complete:)
Much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在 SQL Server 2000 中会很棘手。
如果您使用 SSIS,您有更多选择:这可能吗?
对于 DTS,您可以查看此处。这是用于 FTP 的,但四处看看有什么
最后,什么 vbscript 或类似的?
This will be tricky in SQL Server 2000
If you use SSIS you have more options: is this possible?
For DTS you could look here. This is for FTP but poke around and see what there is
Finally, what vbscript or similar?