mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Fix nsedoc (hanging indent dropped some characters) for http-fetch
This commit is contained in:
@@ -12,14 +12,14 @@ description = [[The script is used to fetch files from servers.
|
|||||||
|
|
||||||
The script supports three different use cases :
|
The script supports three different use cases :
|
||||||
* The paths argument isn't provided, the script spiders the host
|
* The paths argument isn't provided, the script spiders the host
|
||||||
and downloads files in their respective folders relative to
|
and downloads files in their respective folders relative to
|
||||||
the one provided using "destination".
|
the one provided using "destination".
|
||||||
* The paths argument(a single item or list) is provided and the path starts
|
* The paths argument(a single item or list) is provided and the path starts
|
||||||
with "/", the script tries to fetch the path relative to the url
|
with "/", the script tries to fetch the path relative to the url
|
||||||
provided via the argument "url".
|
provided via the argument "url".
|
||||||
* The paths argument(a single item or list) is provided and the path doesn't
|
* The paths argument(a single item or list) is provided and the path doesn't
|
||||||
start with "/". Then the script spiders the host and tries to find
|
start with "/". Then the script spiders the host and tries to find
|
||||||
files which contain the path(now treated as a pattern).
|
files which contain the path(now treated as a pattern).
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user