フィルターのクリア

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 Center および File ExchangeFTP File Operations についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by