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.
zip64 形式のファイルを cron でダウンロードしました。
php または php cmd() を使用して解凍するにはどうすればよいですか?
どうやら Perl のIO::Compress::Zipモジュールは Zip64 をサポートしているようです。インストールに慣れている場合は、 経由で小さな Perl スクリプトを呼び出すことができますshell_exec()。
IO::Compress::Zip
shell_exec()