I want connect GUI python to server SFTP in WinSCP and transmission data from server show on GUI
조회 수: 2 (최근 30일)
이전 댓글 표시
-
답변 (1개)
Chetan
2023년 11월 10일
편집: Chetan
2023년 11월 10일
Hello @Thanakorn Phadungweing
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Python Client Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!