필터 지우기
필터 지우기

retrieving ftp data with loop

조회 수: 4 (최근 30일)
sermet
sermet 2015년 7월 21일
답변: Walter Roberson 2015년 7월 21일
%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.

채택된 답변

Walter Roberson
Walter Roberson 2015년 7월 21일
Use sprintf() to construct the string to pass to ftp()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 FTP File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by