videosphere
    Preparing search index...

    Function testSmbConnection

    • Opens a test connection, checks the remote directory exists, then disconnects.

      Parameters

      • credentials: SmbCredentials

        SMB connection parameters (plaintext; not yet encrypted).

      Returns Promise<{ ok: true } | { ok: false; error: PlatformUploadError }>

      Whether the test connection succeeded, or a classified platform error on failure.