Skip to main content

send_files

Function send_files 

Source
pub async fn send_files(
    paths: Vec<String>,
    peer_addr: String,
    peer_id: String,
    state: State<'_, TransferState>,
    window: WebviewWindow,
) -> Result<String, String>