Why ExecuteRemoteCommand required ShellOutputReceiver to work well in specific jobs?
#116
-
|
I tried to copy file local to local command and copy into my PC. Example) _client.ExecuteRemoteCommand($"su -c 'cp /data/local/tmp/test /sdcard/test'", device);
PullFile(device, $"/sdcard/test", "test");In the above code, if there is no |
Beta Was this translation helpful? Give feedback.
Answered by
wherewhere
Mar 7, 2025
Replies: 2 comments
-
|
I am guessing that the above problem is due to the code below. If anyone knows the exact cause, please let me know |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Maybe fixed this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wherewhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe fixed this.
Read to end when ExecuteServerCommand without receiver b56b985