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!