Function autonomi::download_file

source ·
pub async fn download_file(
    files_api: FilesApi,
    xor_name: XorName,
    __arg2: (OsString, Option<Chunk>),
    download_path: &Path,
    show_holders: bool,
    batch_size: usize,
    retry_strategy: RetryStrategy
)