Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコマンドは、コマンドラインで正しく実行できます。
>sshpass -p 'xxxx' rsync -rve ssh /var/www/html/my_profect/image server2@192.168.xxx.xxx:/var/www/html/project2
しかし、を使用してphpページからこのコマンドを呼び出したいですexec()。しかし、phpページから呼び出すと、rsyncはファイルを移動せず、エラーは発生しませんでした。
exec()
passthru()
var_dump(passthru($command));