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.
我有一台可以通过 FTP 访问的 linux 服务器。无论如何我可以调用类似的东西:
exec('lame dfe96adc63_o.mp3 -f -m m -b 16 --resample 8 dfe96adc63.mp3');
从上传到服务器的 php 脚本(它工作)?
顺便说一句,我是一个 linux 新手。我在 Windows 7 上做所有事情。
除非您登录的 ftp 服务器允许 SITE EXEC(这不太可能),否则无法在远程系统上运行这样的命令。