download data from http servers

조회 수: 12 (최근 30일)
Ebtesam Farid
Ebtesam Farid 2020년 12월 12일
댓글: Ebtesam Farid 2020년 12월 15일
Hello, community
I am trying to download data from cddis server (Troposphere products of IGS stations), but cddis server no longer offer data via ftp server, it offers now data via http server.
this is the link I want to download data from
I want to download data of whole year of 2017 for station (chur)
I know urlread, and urlwrite, and websave commands, but those allow me to save the contents of the webpage not download data from it
any suggestions/help please

채택된 답변

Gouri Chennuru
Gouri Chennuru 2020년 12월 15일
Hi Ebtesam,
As per my understaning you are trying to download data from the web server.
You can refer to the following link
Read the data using webread function and store the data in terms of structure array
You can save the structure array in the workspace and extract the data.
Hope this Helps!
  댓글 수: 1
Ebtesam Farid
Ebtesam Farid 2020년 12월 15일
Hi Gouri,
I know webread, but webread let me saving the contents of the webpage and store it in array and extract it, but here I have a number of files (in zipped format) that's uploader to that http server, and I want to download them.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by