local_file Property

The file on the local host to transfer the data to/from.

Syntax

def get_local_file() -> str: ...
def set_local_file(value: str) -> None: ...

local_file = property(get_local_file, set_local_file)

Default Value

""

Remarks

If get_file is called, and local_file already exists, it is overwritten. If put_file is called, local_file must point to a valid file, or an error will be returned.

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