gpt4 book ai didi

php - 一起在 PHP trail 中运行一些 Linux 命令

转载 作者:太空宇宙 更新时间:2023-11-04 10:31:47 26 4
gpt4 key购买 nike

<分区>

我写了一些通过ssh连接到vps的php代码

我知道 ssh2_exec 可以做到,但如果我想运行许多命令,例如:

ssh2_exec($connection, 'cd /home/ubuntu/');
ssh2_exec($connection, 'mkdir folder');
ssh2_exec($connection, 'cd folder');
ssh2_exec($connection, 'touch test.txt');
.
.
.

它不起作用,只执行第一个命令。我怎样才能同时运行多个命令跟踪?

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