Uploading file to online server through Matlab code
4 次查看(过去 30 天)
显示 更早的评论
Hi, How to upload a file to an online address through matlab code? For example, I would like to upload f1.pdf to an online address called http://mofdms/sites/GMA/Home/Macro/2017/. Thanks!
0 个评论
回答(1 个)
Harsh
2017-7-20
This is possible using FTP. After connecting to an FTP server by calling the MATLAB FTP function , the resulting FTP object can be used with mput to upload files or folders to the FTP server.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Installation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!