Function gftp::extract_url

source ·
pub fn extract_url(url: &Url) -> Result<(NodeId, String)>
Expand description

Returns NodeId and file hash from gftp url. Note: In case of upload, hash is not real hash of file but only cryptographically strong random string.