Matlab and PuTTY? Time automation?
Afficher commentaires plus anciens
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
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
le 24 Mai 2013
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Downloads dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!