retrieving ftp data with loop
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
sermet
le 21 Juil 2015
Réponse apportée : Walter Roberson
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.
0 commentaires
Réponse acceptée
Walter Roberson
le 21 Juil 2015
Use sprintf() to construct the string to pass to ftp()
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!