标签: php command-line wget shell-exec
出于某种原因,我可以在命令行中执行它,但我无法在PHP中运行它:
shell_exec("/usr/bin/wget \"http://www.awesomesite.com/video.mp4\" -O \"/new/path/to/file.mp4\"");
我疯了吗?