sftp Problem in 2024b vs 2024a

26 views (last 30 days)
Douglas
Douglas on 21 Nov 2024 at 23:35
Commented: Saurabh on 22 Nov 2024 at 15:53
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?
  1 Comment
Saurabh
Saurabh on 22 Nov 2024 at 15:53
Could you attach FTP logs by running following commands:
>> feature diagnosticSpec matlab::io::ftp.*=all
>> feature diagnosticDest file=logs.txt
Also, could you please provide the reproduction step that would be helpful to solve the issue.
Thanks.

Sign in to comment.

Answers (0)

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!