sftp Problem in 2024b vs 2024a

조회 수: 9 (최근 30일)
Douglas
Douglas 2024년 11월 21일
댓글: Swastik Sarkar 2024년 12월 9일
Is this a known bug?
On a Mac with two network interfaces active:
in 2024a:
>> myConn = sftp('orange.stanford.edu', 'dwfedora');
>>
in 2024b:
>> myConn = sftp('orange.stanford.edu', 'dwfedora');
Error using sftp (line 9)
Could not open a connection to "sftp://orange.stanford.edu", port "22". Verify the supplied host.
If I then disconnect one of the interfaces, myConn is set without an error
the system networking utilities and libraries work fine, 2024a works fine. 2024b seems to have introduced a bug.
Is the network i/o library in matlab really touching the acutal network interfaces? Shouldn't it just open a socket like a real program?
  댓글 수: 10
Walter Roberson
Walter Roberson 2024년 12월 6일
So.. nothing happened in those 9 seconds? You simply tried the run again, but the third time it worked?
Swastik Sarkar
Swastik Sarkar 2024년 12월 9일
I suggest reaching out to MathWorks Technical Support to report this bug.

댓글을 달려면 로그인하십시오.

답변 (0개)

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by