Filter löschen
Filter löschen

Matlab and PuTTY? Time automation?

2 Ansichten (letzte 30 Tage)
Lianna Johnson
Lianna Johnson am 24 Mai 2013
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 Kommentare
Lianna Johnson
Lianna Johnson am 24 Mai 2013
I'm using PuTTY because I was told it was faster. And I'm using ftp.
Matt Kindig
Matt Kindig am 24 Mai 2013
Bearbeitet: Matt Kindig am 24 Mai 2013
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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Install Products finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by