filetransfer_transport_mode#

ConnectLaunchConfig.filetransfer_transport_mode: str = 'mtls'#

Specifies the gRPC transport mode to use for the file transfer server.

Possible values are:

  • "mtls" : Mutual TLS (default)

  • "uds" : Unix Domain Sockets (unsupported on Windows)

  • "insecure" : Insecure TCP connection (not recommended)