tftp_port Property

The UDP port where the remote TFTP server is listening.

Syntax

def get_tftp_port() -> int: ...
def set_tftp_port(value: int) -> None: ...

tftp_port = property(get_tftp_port, set_tftp_port)

Default Value

69

Remarks

The tftp_port is the UDP port on the tftp_server to send TFTP requests to.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]