Downloads a file from the IPFS network for the specified CID/Path.
|
In
Exec
|
|
|
Ipfs Http Gateway
Web 3S Ipfs Http Gateway Config Structure
|
The gateway to send the request to. |
|
Ipfs Address
Web 3S Ipfs Address Structure
|
The IPFS address. |
|
Write to Filepath
String
|
The filepath where the downloaded data is written to. |
|
Create Path if Missing
Boolean
|
Creates the filepath to where the downloaded data should be written to if it is missing. |
|
Overwrite Existing File
Boolean
|
If set to false and the file exists this function will abort with failure. Otherwise, an existing file will be overwritten. |
|
Request Name
Name
|
Optional unique name for the HTTP Request Subsystem. |
|
Out
Exec
|
|
|
Started
Exec
|
|
|
Progress
Exec
|
|
|
Completed
Exec
|
|
|
Request
Web 3S Ipfs Http Download Request Object Reference
|
|
|
Bytes Received
Integer64
|
|
|
Response Size
Integer64
|
|
|
Success
Boolean
|
|
|
Error Message
String
|
|
|
Response
Web 3S Http Response Structure (by ref)
|