file_mode Property

The file mode for the RemoteFile .

Syntax

def get_file_mode() -> str: ...
def set_file_mode(value: str) -> None: ...

file_mode = property(get_file_mode, set_file_mode)

Default Value

"0600"

Remarks

This property contains the file mode for the remote_file. This property is used together with the put_file method. The default mode is "0600".

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