problem with opening a 'ftp' link in Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
채택된 답변
Thorsten
2015년 10월 15일
f = ftp('sidads.colorado.edu')
data = mget(f, 'pub/DATASETS/nsidc0032_ease_grid_tbs/global/2013');
댓글 수: 3
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 FTP File Operations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!