Matlab and PuTTY? Time automation?
Show older comments
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 Comments
Matt Kindig
on 24 May 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
on 24 May 2013
Matt Kindig
on 24 May 2013
Edited: Matt Kindig
on 24 May 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
Accepted Answer
More Answers (0)
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!