필터 지우기
필터 지우기

Matlab and PuTTY? Time automation?

조회 수: 2 (최근 30일)
Lianna Johnson
Lianna Johnson 2013년 5월 24일
I am trying to do an automation through Matlab and PuTTY that will download files from a server once a day (at the same time). The files are transferred through PuTTY. Anyone know where I should start?
  댓글 수: 3
Lianna Johnson
Lianna Johnson 2013년 5월 24일
I'm using PuTTY because I was told it was faster. And I'm using ftp.
Matt Kindig
Matt Kindig 2013년 5월 24일
편집: Matt Kindig 2013년 5월 24일
Well it might be easier in terms of coding just to use Matlab's own ftp() function. In my experience, it is pretty reliable:
doc ftp

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2013년 5월 24일
You could create a timer with an absolute time and set to fire once per day; the callback would system() a putty call.
  댓글 수: 2
Lianna Johnson
Lianna Johnson 2013년 5월 24일
Oh okay, and how exactly do I do that? Sorry I am very new to Matlab and PuTTY!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by