Uploading file to online server through Matlab code

12 vues (au cours des 30 derniers jours)
Eric Zhao
Eric Zhao le 17 Juil 2017
Commenté : Eric Zhao le 20 Juil 2017
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!

Réponses (1)

Harsh
Harsh le 20 Juil 2017
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.
As a side note, if you would like to write data to a RESTful web service, you can use webwrite.
  1 commentaire
Eric Zhao
Eric Zhao le 20 Juil 2017
Is it possible to upload pdf using webwrite? Also how to specify that options? Thanks!

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by