Matlab and PuTTY? Time automation?

2 次查看(过去 30 天)
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.

更多回答(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