Downloading files through TFTP
1 view (last 30 days)
Show older comments
Hello,
I have a ZYBO Z7 board that I connected to MATLAB through instrument control toolbox TCPIP, and can communicate with.
There are files on that board that I want to transfer through ethernet. The device features a TFTP.
I can download the files by writing
tftp -i 192.168.178.100 get dmafiles-0
in windows cmd.
Can I somehow do this through MATLAB? I want to build a small GUI for my application which would download these files with a button press, but I don't know how to address this.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!