フィルターのクリア

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!
Walter Roberson
Walter Roberson 2013 年 5 月 25 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInstall Products についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by