[root@iZ2zea0lysmwcsru0lvnddZ modules]# wget https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.zip
--2019-02-12 10:21:42-- https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.zip
正在解析主机 ftp.drupal.org (ftp.drupal.org)... 151.101.229.175
正在连接 ftp.drupal.org (ftp.drupal.org)|151.101.229.175|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:33072 (32K) [application/zip]
正在保存至: “honeypot-8.x-1.29.zip”
100%[========================================================================================>] 33,072 35.6KB/s 用时 0.9s
2019-02-12 10:21:46 (35.6 KB/s) - 已保存 “honeypot-8.x-1.29.zip” [33072/33072])
[root@iZ2zea0lysmwcsru0lvnddZ modules]# ls
honeypot-8.x-1.29.zip README.txt
[root@iZ2zea0lysmwcsru0lvnddZ modules]# unzip honeypot-8.x-1.29.zip
Archive: honeypot-8.x-1.29.zip
creating: honeypot/
inflating: honeypot/.travis.yml
inflating: honeypot/README.md
inflating: honeypot/composer.json
creating: honeypot/config/
creating: honeypot/config/install/
inflating: honeypot/config/install/honeypot.settings.yml
creating: honeypot/config/optional/
inflating: honeypot/config/optional/tour.tour.honeypot.yml
creating: honeypot/config/schema/
inflating: honeypot/config/schema/honeypot.schema.yml
inflating: honeypot/docker-compose.yml
inflating: honeypot/honeypot.api.php
inflating: honeypot/honeypot.info.yml
inflating: honeypot/honeypot.install
inflating: honeypot/honeypot.links.menu.yml
inflating: honeypot/honeypot.module
inflating: honeypot/honeypot.permissions.yml
inflating: honeypot/honeypot.routing.yml
creating: honeypot/src/
creating: honeypot/src/Controller/
inflating: honeypot/src/Controller/HoneypotSettingsController.php
creating: honeypot/src/Tests/
inflating: honeypot/src/Tests/HoneypotAdminFormTest.php
inflating: honeypot/src/Tests/HoneypotFormCacheTest.php
inflating: honeypot/src/Tests/HoneypotFormProgrammaticSubmissionTest.php
inflating: honeypot/src/Tests/HoneypotFormTest.php
creating: honeypot/tests/
creating: honeypot/tests/modules/
creating: honeypot/tests/modules/honeypot_test/
inflating: honeypot/tests/modules/honeypot_test/honeypot_test.info.yml
inflating: honeypot/tests/modules/honeypot_test/honeypot_test.routing.yml
creating: honeypot/tests/modules/honeypot_test/src/
creating: honeypot/tests/modules/honeypot_test/src/Controller/
inflating: honeypot/tests/modules/honeypot_test/src/Controller/HoneypotTestController.php
inflating: honeypot/LICENSE.txt

[root@iZ2zea0lysmwcsru0lvnddZ modules]# ls
honeypot honeypot-8.x-1.29.zip README.txt
[root@iZ2zea0lysmwcsru0lvnddZ modules]# rm -rf honeypot-8.x-1.29.zip
[root@iZ2zea0lysmwcsru0lvnddZ modules]#