I want connect GUI python to server SFTP in WinSCP and transmission data from server show on GUI

5 次查看(过去 30 天)
-

回答(1 个)

Chetan
Chetan 2023-11-10
编辑:Chetan 2023-11-10
I understand that you are trying to establish an SFTP protocol with WinSCP and present the transmitted data on a GUI.
A potential solution to this is to utilize a third-party contribution available on MATLAB's File Exchange.
This contribution provides an SFTP/SCP client, which you can access here:
This client enables you to establish a connection to your server and transfer data. Once the data is in MATLAB, you can utilize MATLAB's inherent GUI tools to display it.
Furthermore, another resource that might be beneficial is this one:
It offers a set of functions that enable MATLAB to issue commands to WinSCP.
I hope these resources prove to be helpful.

类别

Help CenterFile Exchange 中查找有关 Python Client Programming 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by