retrieving ftp data with loop

1 vue (au cours des 30 derniers jours)
sermet
sermet le 21 Juil 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.

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Juil 2015
Use sprintf() to construct the string to pass to ftp()

Plus de réponses (0)

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by