retrieving ftp data with loop

1 view (last 30 days)
sermet
sermet on 21 Jul 2015
Answered: Walter Roberson on 21 Jul 2015
%HOST=garner.ucsd.edu
%USER=anonymous
%PASSW=12345
%data path=rinex/relevant_year/relevant_day/xxxx (data)
%in here relevant_year, relevant_day and xxxx data are variable. Therefore I need to write a loop to retrieve multiple data (several relevant_year, relevant_day, xxxx) in ftp.

Accepted Answer

Walter Roberson
Walter Roberson on 21 Jul 2015
Use sprintf() to construct the string to pass to ftp()

More Answers (0)

Community Treasure Hunt

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

Start Hunting!