I am trying to download a file from an https:// webpage. The type of file I am trying to download is the type you click on and then it asks you to save the file.
For reference, the file I am trying to download is from the Phl Fed's webpage: https://www.philadelphiafed.org/rese...dian-forecasts. I am trying to download the 'Median Forecast Data for Levels' file. url: "https://www.philadelphiafed.org/-/media/research-and-data/real-time-center/survey-of-professional-forecasters/historical-data/medianlevel.xls?la=en".
I have been trying to use the view / copy commands:
copy "https://www.philadelphiafed.org/-/media/research-and-data/real-time-center/survey-of-professional-forecasters/historical-data/medianlevel.xls?la=en" "c:\temp\medianlevel.xls"
Error: remote connection failed -- see help r(677) for troubleshooting r(677);
Can someone please help me with writing the command for this?
For reference, the file I am trying to download is from the Phl Fed's webpage: https://www.philadelphiafed.org/rese...dian-forecasts. I am trying to download the 'Median Forecast Data for Levels' file. url: "https://www.philadelphiafed.org/-/media/research-and-data/real-time-center/survey-of-professional-forecasters/historical-data/medianlevel.xls?la=en".
I have been trying to use the view / copy commands:
copy "https://www.philadelphiafed.org/-/media/research-and-data/real-time-center/survey-of-professional-forecasters/historical-data/medianlevel.xls?la=en" "c:\temp\medianlevel.xls"
Error: remote connection failed -- see help r(677) for troubleshooting r(677);
Can someone please help me with writing the command for this?
Comment