pub fn list(
    protocol: Option<Protocol>,
    url: &str,
    progress: impl Progress,
    ctx: Context<impl Write>
) -> Result<()>