必须使用 SQL Server 2000 从受保护的网站检索文件

发布于 2024-10-27 00:06:47 字数 241 浏览 5 评论 0原文

我正在尝试从 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 技术交流群。

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

发布评论

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

评论(1

隱形的亼 2024-11-03 00:06:47

这在 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?

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