/  Python Yamcs Client  /  File Transfer  /  Client

Client

class yamcs.filetransfer.FileTransferClient(ctx: Context, instance: str)

Client for working with file transfers (e.g. CFDP) managed by Yamcs.

get_service(name: str) Service

Get a specific File Transfer service.

Parameters:

name – The service name.

list_services() Iterable[Service]

List the services.