my urlwrite does not work for a basic ask
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ricardo MF
am 15 Feb. 2019
Kommentiert: Ricardo MF
am 15 Feb. 2019
url_c='http://www.rad.cvm.gov.br/ENETCONSULTA/frmDownloadDocumento.aspx?CodigoInstituicao=1&NumeroSequencialDocumento=67694'
urlwrite(url_c,'c_file.zip')
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 15 Feb. 2019
The server does an http 302 redirect to https, but urlwrite() does not process redirects.
That said, if I change to https in the filename then urlwrite() fails. If I switch to websave() I get a message about certificate verification failed. My browser can download it, so it could be a difference in root certificates that are recognized.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Downloads finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!