Effacer les filtres
Effacer les filtres

Matlab and PuTTY? Time automation?

2 vues (au cours des 30 derniers jours)
Lianna Johnson
Lianna Johnson le 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 commentaires
Lianna Johnson
Lianna Johnson le 24 Mai 2013
I'm using PuTTY because I was told it was faster. And I'm using ftp.
Matt Kindig
Matt Kindig le 24 Mai 2013
Modifié(e) : Matt Kindig le 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

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 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 commentaires
Lianna Johnson
Lianna Johnson le 24 Mai 2013
Oh okay, and how exactly do I do that? Sorry I am very new to Matlab and PuTTY!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Install Products dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by