Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/crystal-reports/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pdf 使用wget将文件下载到其他位置_Pdf_Reporting Services_Download_Wget - Fatal编程技术网

Pdf 使用wget将文件下载到其他位置

Pdf 使用wget将文件下载到其他位置,pdf,reporting-services,download,wget,Pdf,Reporting Services,Download,Wget,我正试图编写一个wget脚本,从SSRS网站下载PDF,如下所示 \x、 x.x.xxx\App\wget\wget.exe--无检查证书--用户=用户--密码=密码-O\xxx.XX.x.x\downloads\632371.pdf“https://SSRSWebsite.com/ReportServer/Pages/ReportViewer.aspx?%2fREPORT1%2fAAA%2fShipDocument&shipid=632371&rs:Format=PDF" 我的问题是wget.

我正试图编写一个wget脚本,从SSRS网站下载PDF,如下所示

\x、 x.x.xxx\App\wget\wget.exe--无检查证书--用户=用户--密码=密码-O\xxx.XX.x.x\downloads\632371.pdf“https://SSRSWebsite.com/ReportServer/Pages/ReportViewer.aspx?%2fREPORT1%2fAAA%2fShipDocument&shipid=632371&rs:Format=PDF"

我的问题是wget.exe所在的位置和我要下载文件的位置是具有不同凭据的不同服务器

是否有方法指定我要将文件下载到的位置的凭据

我之所以不把wget应用程序放在我想下载文件的位置,是因为该服务器没有互联网接入,所以我无法下载PDF