필터 지우기
필터 지우기

problem with opening a 'ftp' link in Matlab

조회 수: 1 (최근 30일)
Farz Tak
Farz Tak 2015년 10월 15일
댓글: Farz Tak 2015년 10월 15일
I am trying to open "ftp://sidads.colorado.edu/pub/DATASETS/nsidc0032_ease_grid_tbs/global/2013" with ftp function. This link does not need user and pass. It fails. Any help?

채택된 답변

Thorsten
Thorsten 2015년 10월 15일
f = ftp('sidads.colorado.edu')
data = mget(f, 'pub/DATASETS/nsidc0032_ease_grid_tbs/global/2013');
  댓글 수: 3
Thorsten
Thorsten 2015년 10월 15일
You first connect, and then get the data. That is the usual procedure. Otherwise you would need to establish a connection for every data set you want to download. For further information, check
help ftp
Farz Tak
Farz Tak 2015년 10월 15일
Thank you.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 FTP File Operations에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by