@ctrl/rtorrent
    Preparing search index...

    Interface RTorrentConfig

    interface RTorrentConfig {
        baseUrl: string;
        dispatcher?: any;
        password?: string;
        path?: string;
        timeout?: number;
        username?: string;
        useSsl?: boolean;
    }

    Hierarchy

    • TorrentClientConfig
      • RTorrentConfig
    Index

    Properties

    baseUrl: string
    dispatcher?: any

    Pass proxy agent to ofetch Only supported in Node.js >= 18 using undici

    password?: string

    Password for HTTP Basic Authentication

    path?: string

    rTorrent XML-RPC endpoint path

    '/RPC2'
    
    timeout?: number

    global request timeout

    username?: string

    Username for HTTP Basic Authentication

    useSsl?: boolean

    Use SSL for XML-RPC connections

    false