Uploading file to online server through Matlab code
Mostrar comentarios más antiguos
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!
Respuestas (1)
Harsh
el 20 de Jul. de 2017
0 votos
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.
1 comentario
Eric Zhao
el 20 de Jul. de 2017
Categorías
Más información sobre Web Services en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!