Created
January 7, 2025 11:48
-
-
Save ZiTAL/8025b9e3154646adabec1c8c679224f7 to your computer and use it in GitHub Desktop.
wget: download apache folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| wget -m -np https://www.project.com/pdf/ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://stackoverflow.com/a/5317668/454827