retrieving ftp data with loop
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
sermet
el 21 de Jul. de 2015
Respondida: Walter Roberson
el 21 de Jul. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 21 de Jul. de 2015
Use sprintf() to construct the string to pass to ftp()
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!