Skip to content

Commit c614b95

Browse files
committed
Use SFTP always avoiding potential issues with active UDP traffic on secondary Ethernet port (QNX issue).
1 parent dac3a95 commit c614b95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toolbox/src/bossdevice.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ function initOscillationProps(obj)
235235
end
236236

237237
function initialize(obj)
238+
% Use SFTP always avoiding potential issues with active UDP traffic on secondary Ethernet port (QNX issue)
239+
obj.targetObject.UseSFTP = 1;
240+
238241
% Connect to bosdevice
239242
obj.targetObject.connect;
240243

0 commit comments

Comments
 (0)