无法使用PHP中的shell_exec()执行wget

时间:2012-03-10 01:14:33

标签: php command-line wget shell-exec

出于某种原因,我可以在命令行中执行它,但我无法在PHP中运行它:

shell_exec("/usr/bin/wget \"http://www.awesomesite.com/video.mp4\" -O \"/new/path/to/file.mp4\"");

我疯了吗?

0 个答案:

没有答案