Matlab and PuTTY? Time automation?

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

Matt Kindig
Matt Kindig le 24 Mai 2013
Any reason that you using PuTTY to do the download as opposed to Matlab's own functions? What protocol are you using to download (ftp, http, etc.)?
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

0 votes

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

Community Treasure Hunt

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

Start Hunting!

Translated by