nvflare.fuel.f3.streaming.tools.file_sender module

class FileSender(url: str)[source]

Bases: object

Utility to send a file to another cell

cell_connected(agent: CellAgent)[source]
send(file_to_send: str)[source]
stop()[source]
wait()[source]