gpt4 book ai didi

linux - 如何使用 libssh 读取输出行

转载 作者:太空宇宙 更新时间:2023-11-04 04:34:00 24 4
gpt4 key购买 nike

在 ssh cli 中,我可以:

ssh root@localhost -t aria2c https://github.com/JetBrains/intellij-community/archive/master.zip

它现在会显示进度,例如:

ssh root@localhost -t aria2c https://github.com/JetBrains/intellij-community/archive/master.zip
[#346e52 256KiB/416MiB(0%) CN:1 DL:262KiB ETA:27m6s]

但是在 libssh 中,当我运行时

ssh_channel_request_exec(channel, "aria2c https://github.com/JetBrains/intellij-community/archive/master.zip")

控制台中没有任何输出显示,是否有 ssh_channel_readline 可以做到这一点?

最佳答案

如果我运行代码,我发现这是 aria2c 的原因

ssh_channel_request_exec(channel, "apt-get update")

它将逐行提高输出

关于linux - 如何使用 libssh 读取输出行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35100804/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com