Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次を使用してレポートをプルダウンしようとしています。
https://user:password@domain.com/ReportServer?%2fFolder+1%2fReportName&rs:Format=CSV&rs:Command=Render
また、csv ファイルではなく、html ページをプルするだけです。何か案は?
HTMLファイルには何と書かれていますか? 「アクセスが拒否されました」のようなものですか?そして、あなたがそれに取り組んでいる間、試してみてください
wget --user bob --password 123456 'https://domain.com/ReportServer?%2fFolder+1%2fReportName&rs:Format=CSV&rs:Command=Render'
引用符を使用していることを確認してください。そうしないと、シェルは最初のアンパサンドの前でコマンドを切り捨てます。